about summary refs log tree commit diff
path: root/src/time/clock_settime.c
Commit message (Expand)AuthorAgeFilesLines
* remove spurious null check in clock_settimeRich Felker2019-08-071-1/+1
* clock_settime: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+17
* 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