Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | fix errno behavior in clock_* functions | Rich Felker | 2011-03-10 | 1 | -1/+0 |
| | | | | | | 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. | ||||
* | implement the remaining clock_* interfaces | Rich Felker | 2011-02-19 | 1 | -0/+8 |