Dmitry V. Levin
cff9f8aa94
* xlat/gen.sh (gen_header): If the name of constant is specified with a value, generate a default definition for the constant using this value. * xlat/timerfdflags.in: Use extended syntax.
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
/* The Linux userspace headers didn't export these for a long time. */
|
|
|
|
TFD_TIMER_ABSTIME (1 << 0)
|
|
TFD_TIMER_CANCEL_ON_SET (1 << 1)
|
|
#ifdef O_CLOEXEC
|
|
TFD_CLOEXEC O_CLOEXEC
|
|
#endif
|
|
TFD_NONBLOCK O_NONBLOCK
|