about summary refs log tree commit diff
path: root/src/linux/adjtime.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor adjtime function using adjtimex function instead of syscallRich Felker2019-07-201-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 Felker2011-04-051-0/+27