]> granicus.if.org Git - strace/blob - xlat/inotify_init_flags.in
tests: add valgrind support to "make check"
[strace] / xlat / inotify_init_flags.in
1 IN_NONBLOCK O_NONBLOCK
2 #if defined IN_CLOEXEC || defined O_CLOEXEC
3 IN_CLOEXEC  O_CLOEXEC
4 #endif