Files
semi-libc/src/time
Rich Felker 331993e3fc refactor thrd_sleep and nanosleep in terms of clock_nanosleep
for namespace-safety with thrd_sleep, this requires an alias, which is
also added. this eliminates all but one direct call point for
nanosleep syscalls, and arranges that 64-bit time_t conversion logic
will only need to exist in one file rather than three.

as a bonus, clock_nanosleep with CLOCK_REALTIME and empty flags is now
implemented as SYS_nanosleep, thereby working on older kernels that
may lack POSIX clocks functionality.
2019-07-27 02:46:57 -04:00
..
2013-07-17 05:24:50 -04:00
2018-09-15 13:22:12 -04:00
2017-06-15 12:58:08 -04:00
2011-02-12 00:22:29 -05:00
2018-09-12 14:34:37 -04:00
2018-09-12 14:34:37 -04:00
2018-09-12 14:34:37 -04:00