summaryrefslogtreecommitdiff
path: root/src/time/clock_nanosleep.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-28clock_nanosleep: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+25
2019-07-27refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker1-3/+7
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
2016-10-20fix clock_nanosleep error caseDaniel Sabogal1-1/+3
2011-04-17overhaul pthread cancellationRich Felker1-5/+1
2011-04-06consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker1-1/+1
2011-03-19if returning errno value directly from a syscall, we need to negate it.Rich Felker1-1/+1
2011-03-19syscall overhaul part two - unify public and internal syscall interfaceRich Felker1-2/+1
2011-03-10more cancellation points: tcdrain, clock_nanosleepRich Felker1-1/+6
2011-02-19implement the remaining clock_* interfacesRich Felker1-0/+8