(root)/
strace-6.5/
src/
xlat/
timerfdflags.in
/* The Linux userspace headers didn't export these for a long time. */

TFD_TIMER_ABSTIME (1 << 0)
TFD_TIMER_CANCEL_ON_SET (1 << 1)
TFD_CLOEXEC O_CLOEXEC
TFD_NONBLOCK O_NONBLOCK