blob: bf767e3f4af1fc8493ec04a86bf085212da3c472 [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)
Dmitry V. Levin12cca592015-08-24 09:38:03 +00005#if defined TFD_CLOEXEC || defined O_CLOEXEC
Dmitry V. Levincff9f8a2015-02-18 03:47:17 +00006TFD_CLOEXEC O_CLOEXEC
Mike Frysingerf1639d82014-12-30 19:08:50 -05007#endif
Dmitry V. Levincff9f8a2015-02-18 03:47:17 +00008TFD_NONBLOCK O_NONBLOCK