summaryrefslogtreecommitdiff
path: root/src/linux/clock_adjtime.c
AgeCommit message (Collapse)AuthorLines
2019-07-20refactor adjtimex in terms of clock_adjtimeRich Felker-0/+2
this sets the stage for having the conversion logic for 64-bit time_t all in one file, and as a bonus makes clock_adjtime for CLOCK_REALTIME work even on kernels too old to have the clock_adjtime syscall.
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-2/+0
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+9
patch by Justin Cormack, with slight modification