about summary refs log tree commit diff
path: root/src/time/clock_getres.c
Commit message (Expand)AuthorAgeFilesLines
* clock_getres: don't assume time_t is 32-bit on 32-bit archsRich Felker2019-07-291-0/+14
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix errno behavior in clock_* functionsRich Felker2011-03-101-1/+0
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+8