summaryrefslogtreecommitdiff
path: root/src/time/times.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05do not interpret errors in return value of times() syscallRich Felker1-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.
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-12misplaced & in times() made it fail to work, and clobber the stackRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+7