allwinner_a64/android/external/strace/xlat/timerfdflags.in
2018-08-08 16:14:42 +08:00

8 lines
230 B
Text

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