History log of /seL4-refos-master/libs/libmuslc/src/time/times.c
Revision Date Author Comments
# 9293b765 05-May-2013 Rich Felker <dalias@aerifal.cx>

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.


# aa398f56 19-Mar-2011 Rich Felker <dalias@aerifal.cx>

global cleanup to use the new syscall interface


# eff62b8a 12-Mar-2011 Rich Felker <dalias@aerifal.cx>

misplaced & in times() made it fail to work, and clobber the stack


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0