History log of /seL4-refos-master/libs/libmuslc/include/sys/timerfd.h
Revision Date Author Comments
# 9c3da896 04-Mar-2015 Rich Felker <dalias@aerifal.cx>

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.


# d5095562 13-Dec-2012 Rich Felker <dalias@aerifal.cx>

add missing flags in sys/timerfd.h


# 231b9d18 07-Sep-2012 Rich Felker <dalias@aerifal.cx>

add timerfd interfaces (untested)