clock_nanosleep: add time64 syscall support, decouple 32-bit time_t
[musl] / src / time / clock_nanosleep.c
2019-07-28 Rich Felkerclock_nanosleep: add time64 syscall support, decouple...
2019-07-27 Rich Felkerrefactor thrd_sleep and nanosleep in terms of clock_nan...
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2016-10-20 Daniel Sabogalfix clock_nanosleep error case
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-07 Rich Felkerconsistency: change all remaining syscalls to use SYS_...
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