about summary refs log tree commit diff
path: root/src/time/clock_nanosleep.c
Commit message (Expand)AuthorAgeFilesLines
* 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