summaryrefslogtreecommitdiff
path: root/src/time/clock_settime.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-07remove spurious null check in clock_settimeRich Felker1-1/+1
2019-07-29clock_settime: add time64 syscall support, decouple 32-bit time_tRich Felker1-0/+17
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-10fix errno behavior in clock_* functionsRich Felker1-1/+0
2011-02-19implement the remaining clock_* interfacesRich Felker1-0/+8