aboutsummaryrefslogtreecommitdiff
path: root/src/linux/adjtime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor adjtime function using adjtimex function instead of syscall•••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. Rich Felker2019-07-201-1/+1
* implement the adjtime and adjtimex functions (nonstandard)Rich Felker2011-04-051-0/+27