xref: /aosp_15_r20/external/strace/xlat/timerfdflags.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
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