[PATCH 05/15] xlat: Use IN_* prefix for inotify_init1 flag constants
Eugene Syromyatnikov
evgsyr at gmail.com
Sat Oct 15 01:25:18 UTC 2016
* xlat/inotify_init_flags.in: Replace O_* prefix with IN_* prefix for
O_NONBLOCK, O_CLOEXEC constants.
---
xlat/inotify_init_flags.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xlat/inotify_init_flags.in b/xlat/inotify_init_flags.in
index fb0338b..45d08bb 100644
--- a/xlat/inotify_init_flags.in
+++ b/xlat/inotify_init_flags.in
@@ -1,2 +1,2 @@
-O_NONBLOCK
-O_CLOEXEC
+IN_NONBLOCK 00004000 /* O_NONBLOCK */
+IN_CLOEXEC 02000000 /* O_CLOEXEC */
--
1.7.10.4
More information about the Strace-devel
mailing list