Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | declare incomplete type struct itimerspec in timerfd.h | Rich Felker | 2015-03-04 | 1 | -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. | ||||
* | add missing flags in sys/timerfd.h | Rich Felker | 2012-12-13 | 1 | -0/+6 |
| | |||||
* | add timerfd interfaces (untested) | Rich Felker | 2012-09-08 | 1 | -0/+18 |