fix broken time64 clock_adjtime
authorRich Felker <dalias@aerifal.cx>
Wed, 3 Jun 2020 00:07:39 +0000 (20:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 3 Jun 2020 00:07:39 +0000 (20:07 -0400)
commitef51b762225e5e436f69bcbeb7ad04735da6dcce
treef5573aad3485ab92adcf99ba4703b0c888c4606f
parent3e16313f8fe2ed143ae0267fd79d63014c24779f
fix broken time64 clock_adjtime

the 64-bit time code path used the wrong (time32) syscall. fortunately
this code path is not yet taken unless attempting to set a post-Y2038
time.
src/linux/clock_adjtime.c