summaryrefslogtreecommitdiff
path: root/include/sys/timerfd.h
AgeCommit message (Collapse)AuthorLines
2015-03-04declare incomplete type struct itimerspec in timerfd.hRich Felker-0/+2
normally time.h would provide a definition for this struct, but depending on the feature test macros in use, it may not be exposed, leading to warnings when it's used in the function prototypes.
2012-12-13add missing flags in sys/timerfd.hRich Felker-0/+6
2012-09-08add timerfd interfaces (untested)Rich Felker-0/+18