aboutsummaryrefslogtreecommitdiff
path: root/src/time/clock_settime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix errno behavior in clock_* functions•••these functions are specified inconsistent in whether they're specified to return an error value, or return -1 and set errno. hopefully now they all match what POSIX requires. Rich Felker2011-03-101-1/+0
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+8