* 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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to