timerfd: add time64 syscall support, decouple 32-bit time_t
authorRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 03:53:38 +0000 (23:53 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 29 Jul 2019 16:31:46 +0000 (12:31 -0400)
commit89c5016cbacc8d2ea6c631ce12fae99cee48b62b
tree0c2af3dab0389b874f8e4dde349316e9613e56e4
parent1d4471b1fdfaa042ac48e9d8bcf00842dc529418
timerfd: add time64 syscall support, decouple 32-bit time_t

the changes here are semantically and structurally identical to those
made to timer_settime and timer_gettime for time64 support.
src/linux/timerfd.c