blob: 6c934bdc4c15d46b2a7caf2961f98631b41683fb [file] [log] [blame]
Mike Frysingerf1639d82014-12-30 19:08:50 -05001/* The Linux userspace headers didn't export these for a long time. */
2
Dmitry V. Levincff9f8a2015-02-18 03:47:17 +00003TFD_TIMER_ABSTIME (1 << 0)
4TFD_TIMER_CANCEL_ON_SET (1 << 1)
5#ifdef O_CLOEXEC
6TFD_CLOEXEC O_CLOEXEC
Mike Frysingerf1639d82014-12-30 19:08:50 -05007#endif
Dmitry V. Levincff9f8a2015-02-18 03:47:17 +00008TFD_NONBLOCK O_NONBLOCK