Commit Graph

4 Commits

Author SHA1 Message Date
Rich Felker
9293b765c4 do not interpret errors in return value of times() syscall
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.
2013-05-05 14:19:37 -04:00
Rich Felker
aa398f56fa global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
Rich Felker
eff62b8a96 misplaced & in times() made it fail to work, and clobber the stack 2011-03-12 22:53:17 -05:00
Rich Felker
0b44a0315b initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00