Commit Graph

4 Commits

Author SHA1 Message Date
Szabolcs Nagy d800403032 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
linux commit 575b1967e10a1f3038266244d2c7a3ca6b99fed8 moved timerfd
apis to a new uapi header which showed musl was missing this flag.
2017-11-05 18:40:58 -05:00
Rich Felker 9c3da8968d 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.
2015-03-04 14:38:08 -05:00
Rich Felker d50955620f add missing flags in sys/timerfd.h 2012-12-13 14:15:11 -05:00
Rich Felker 231b9d1880 add timerfd interfaces (untested) 2012-09-08 00:21:02 -04:00