]> granicus.if.org Git - strace/blob - xlat/timerfdflags.in
Add xlat/fiemap_flags.in and xlat/fiemap_extent_flags.in
[strace] / xlat / timerfdflags.in
1 /* The Linux userspace headers didn't export these for a long time. */
2
3 TFD_TIMER_ABSTIME (1 << 0)
4 TFD_TIMER_CANCEL_ON_SET (1 << 1)
5 #if defined TFD_CLOEXEC || defined O_CLOEXEC
6 TFD_CLOEXEC O_CLOEXEC
7 #endif
8 TFD_NONBLOCK O_NONBLOCK