about summary refs log tree commit diff
path: root/src/linux/timerfd.c
Commit message (Collapse)AuthorAgeFilesLines
* timerfd: add time64 syscall support, decouple 32-bit time_tRich Felker2019-07-291-0/+42
| | | | | the changes here are semantically and structurally identical to those made to timer_settime and timer_gettime for time64 support.
* add timerfd interfaces (untested)Rich Felker2012-09-081-0/+17