summaryrefslogtreecommitdiff
path: root/src/linux/timerfd.c
AgeCommit message (Collapse)AuthorLines
2019-07-29timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker-0/+42
the changes here are semantically and structurally identical to those made to timer_settime and timer_gettime for time64 support.
2012-09-08add timerfd interfaces (untested)Rich Felker-0/+17