xref: /aosp_15_r20/external/strace/xlat/timerfdflags.in (revision cf84ac9a129d8ea9952db616b4e9b904c4bdde56)
1*cf84ac9aSAndroid Build Coastguard Worker/* The Linux userspace headers didn't export these for a long time. */
2*cf84ac9aSAndroid Build Coastguard Worker
3*cf84ac9aSAndroid Build Coastguard WorkerTFD_TIMER_ABSTIME (1 << 0)
4*cf84ac9aSAndroid Build Coastguard WorkerTFD_TIMER_CANCEL_ON_SET (1 << 1)
5*cf84ac9aSAndroid Build Coastguard Worker#if defined TFD_CLOEXEC || defined O_CLOEXEC
6*cf84ac9aSAndroid Build Coastguard WorkerTFD_CLOEXEC O_CLOEXEC
7*cf84ac9aSAndroid Build Coastguard Worker#endif
8*cf84ac9aSAndroid Build Coastguard WorkerTFD_NONBLOCK O_NONBLOCK
9