aboutsummaryrefslogtreecommitdiff
path: root/include/sys/timerfd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* declare incomplete type struct itimerspec in timerfd.h•••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. Rich Felker2015-03-041-0/+2
* add missing flags in sys/timerfd.hRich Felker2012-12-131-0/+6
* add timerfd interfaces (untested)Rich Felker2012-09-081-0/+18