allwinner_a64/android/external/strace/xlat/inotify_init_flags.in
2018-08-08 16:14:42 +08:00

4 lines
96 B
Text

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