3 Commits

Author SHA1 Message Date
Rich Felker
aa398f56fa global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
Rich Felker
1b538acb0a 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.
2011-03-10 09:54:23 -05:00
Rich Felker
4b1244a0bf implement the remaining clock_* interfaces 2011-02-19 12:43:56 -05:00