summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--file.c3
1 files changed, 3 insertions, 0 deletions
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