1/* The Linux userspace headers didn't export these for a long time. */
2
3TFD_TIMER_ABSTIME (1 << 0)
4TFD_TIMER_CANCEL_ON_SET (1 << 1)
5#if defined TFD_CLOEXEC || defined O_CLOEXEC
6TFD_CLOEXEC O_CLOEXEC
7#endif
8TFD_NONBLOCK O_NONBLOCK
9