about summary refs log tree commit diff
path: root/src/time
Commit message (Collapse)AuthorAgeFilesLines
* misplaced & in times() made it fail to work, and clobber the stackRich Felker2011-03-121-1/+1
|
* more cancellation points: tcdrain, clock_nanosleepRich Felker2011-03-101-1/+6
|
* fix errno behavior in clock_* functionsRich Felker2011-03-103-3/+0
| | | | | | 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.
* implement the remaining clock_* interfacesRich Felker2011-02-195-0/+36
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1225-0/+874