History log of /seL4-refos-master/libs/libmuslc/src/time/clock_getres.c
Revision Date Author Comments
# aa398f56 19-Mar-2011 Rich Felker <dalias@aerifal.cx>

global cleanup to use the new syscall interface


# 1b538acb 10-Mar-2011 Rich Felker <dalias@aerifal.cx>

fix errno behavior in clock_* functions

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.


# 4b1244a0 18-Feb-2011 Rich Felker <dalias@aerifal.cx>

implement the remaining clock_* interfaces