| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-07-29 | clock_getres: don't assume time_t is 32-bit on 32-bit archs | Rich Felker | -0/+14 | |
| the time64 syscall for this is not necessary or useful, since clock resolution is generally better than 68-year granularity. if there's a 32-bit syscall, use it and expand the result into timespec; otherwise there is only one syscall and it does the right thing to store to timespec directly. on 64-bit archs, there is no change to the code after preprocessing. | ||||
| 2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
| 2011-03-10 | fix errno behavior in clock_* functions | Rich Felker | -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. | ||||
| 2011-02-19 | implement the remaining clock_* interfaces | Rich Felker | -0/+8 | |
