Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor adjtime function using adjtimex function instead of syscall | Rich Felker | 2019-07-20 | 1 | -1/+1 |
| | | | | | this removes the assumption that userspace struct timex matches the syscall type and sets the stage for 64-bit time_t on 32-bit archs. | ||||
* | implement the adjtime and adjtimex functions (nonstandard) | Rich Felker | 2011-04-05 | 1 | -0/+27 |