]> granicus.if.org Git - strace/blob - xlat/inotify_init_flags.in
tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.c
[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