if returning errno value directly from a syscall, we need to negate it.
[musl] / src / time / clock_nanosleep.c
2011-03-20 Rich Felkerif returning errno value directly from a syscall, we...
2011-03-20 Rich Felkersyscall overhaul part two - unify public and internal...
2011-03-10 Rich Felkermore cancellation points: tcdrain, clock_nanosleep
2011-02-19 Rich Felkerimplement the remaining clock_* interfaces