Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement settimeofday in terms of clock_settime, not old syscall | Rich Felker | 2019-07-27 | 1 | -1/+6 |
| | | | | | | | | | this is yet another place where special handling of time syscalls can and should be avoided by implementing legacy functions in terms of their modern replacements. in theory a fallback to SYS_settimeofday could be added to clock_settime, but SYS_clock_settime has been available since Linux 2.6.0 or earlier, i.e. all the way back to the minimum supported version. | ||||
* | fix the prototype of settimeofday to follow the original BSD declaration | Szabolcs Nagy | 2013-05-26 | 1 | -1/+2 |
| | |||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+7 |