blob: e4e2b104f427dca6b1cba43bd35cd3a6223389d4 [file] [log] [blame]
/* The Linux userspace headers didn't export these for a long time. */
#ifndef TFD_TIMER_ABSTIME
# define TFD_TIMER_ABSTIME (1 << 0)
#endif
TFD_TIMER_ABSTIME
#ifndef TFD_TIMER_CANCEL_ON_SET
# define TFD_TIMER_CANCEL_ON_SET (1 << 1)
#endif
TFD_TIMER_CANCEL_ON_SET
#ifndef TFD_CLOEXEC
# define TFD_CLOEXEC O_CLOEXEC
#endif
TFD_CLOEXEC
#ifndef TFD_NONBLOCK
# define TFD_NONBLOCK O_NONBLOCK
#endif
TFD_NONBLOCK