summaryrefslogtreecommitdiff
path: root/src/linux/adjtime.c
AgeCommit message (Collapse)AuthorLines
2019-07-20refactor adjtime function using adjtimex function instead of syscallRich Felker-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.
2011-04-05implement the adjtime and adjtimex functions (nonstandard)Rich Felker-0/+27