Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-05 | add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing | Szabolcs Nagy | 1 | -0/+1 | |
linux commit 575b1967e10a1f3038266244d2c7a3ca6b99fed8 moved timerfd apis to a new uapi header which showed musl was missing this flag. | |||||
2015-03-04 | declare incomplete type struct itimerspec in timerfd.h | Rich Felker | 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. | |||||
2012-12-13 | add missing flags in sys/timerfd.h | Rich Felker | 1 | -0/+6 | |
2012-09-08 | add timerfd interfaces (untested) | Rich Felker | 1 | -0/+18 | |