* file.c (open_mode_flags): Add O_PATH.
---
file.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/file.c b/file.c
index 98dc713..25152f0 100644
--- a/file.c
+++ b/file.c
@@ -274,6 +274,9 @@ const struct xlat open_mode_flags[] = {
#ifdef O_CLOEXEC
{ O_CLOEXEC, "O_CLOEXEC" },
#endif
+#ifdef O_PATH
+ { O_PATH, "O_PATH" },
+#endif
#ifdef FNDELAY
{ FNDELAY, "FNDELAY" },
#endif
--
1.8.4.3
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into your
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel