fix bug from syscall overhaul: extra __syscall_ret call for 0-arg syscalls
[musl] / arch / x86_64 / atomic.h
2011-03-17 Rich Felkeroptimize contended normal mutex case; add int compare...
2011-02-15 Nicholas J. KainOptimize x86_64 atomics to take advantage of 64-bitness.
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!