about summary refs log tree commit diff
path: root/src/time/clock_nanosleep.c
Commit message (Expand)AuthorAgeFilesLines
* clock_nanosleep: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-281-0/+25
* refactor thrd_sleep and nanosleep in terms of clock_nanosleepRich Felker2019-07-271-3/+7
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* fix clock_nanosleep error caseDaniel Sabogal2016-10-201-1/+3
* overhaul pthread cancellationRich Felker2011-04-171-5/+1
* consistency: change all remaining syscalls to use SYS_ rather than __NR_ prefixRich Felker2011-04-061-1/+1
* if returning errno value directly from a syscall, we need to negate it.Rich Felker2011-03-191-1/+1
* syscall overhaul part two - unify public and internal syscall interfaceRich Felker2011-03-191-2/+1
* more cancellation points: tcdrain, clock_nanosleepRich Felker2011-03-101-1/+6
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+8