refactor adjtimex in terms of clock_adjtime
authorRich Felker <dalias@aerifal.cx>
Sat, 20 Jul 2019 21:02:49 +0000 (17:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 20 Jul 2019 21:02:49 +0000 (17:02 -0400)
commit107d68ad1737929a3e815bd28514cb56e4bedd57
treed20f7a06bffaf09d34292ecb82a99ea6f2eda43f
parente468ed442d6ee50390d9a75dfd25f66bfb310e2e
refactor adjtimex in terms of clock_adjtime

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.
src/linux/adjtimex.c
src/linux/clock_adjtime.c