strace/xlat/inotify_init_flags.in
Eugene Syromyatnikov 3f86e786f1 xlat: use IN_* prefix for inotify_init1 flag constants
* xlat/inotify_init_flags.in: Replace O_* prefix with IN_* prefix for
O_NONBLOCK and O_CLOEXEC constants, provide fallback definitions.
2016-10-27 23:31:44 +00:00

5 lines
96 B
Plaintext

IN_NONBLOCK O_NONBLOCK
#if defined IN_CLOEXEC || defined O_CLOEXEC
IN_CLOEXEC O_CLOEXEC
#endif