about summary refs log tree commit diff
path: root/src/time/times.c
Commit message (Collapse)AuthorAgeFilesLines
* do not interpret errors in return value of times() syscallRich Felker2013-05-051-1/+1
| | | | | | | | all return values are valid, and on 32-bit systems, values that look like errors can and will occur. since the only actual error this function could return is EFAULT, and it is only returnable when the application has invoked undefined behavior, simply ignore the possibility that the return value is actually an error code.
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
|
* misplaced & in times() made it fail to work, and clobber the stackRich Felker2011-03-121-1/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7