Commit Graph

3 Commits

Author SHA1 Message Date
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