declare incomplete type struct itimerspec in timerfd.h
authorRich Felker <dalias@aerifal.cx>
Wed, 4 Mar 2015 19:38:08 +0000 (14:38 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 4 Mar 2015 19:38:08 +0000 (14:38 -0500)
commit9c3da8968d5c811452c575b3918fceaf561e5089
treef974dfb1e66fcc52b3870dd0ee830b789875d975
parent91a3bd743e91604bde83e9ce1ad3a2e2d4ff0f0f
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.
include/sys/timerfd.h