Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix errno behavior in clock_* functions | Rich Felker | 2011-03-10 | 3 | -3/+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 | 5 | -0/+36 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 25 | -0/+874 |