summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/bits/fcntl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bits/fcntl.h b/arch/mips/bits/fcntl.h
index 6795800d..6f912fb9 100644
--- a/arch/mips/bits/fcntl.h
+++ b/arch/mips/bits/fcntl.h
@@ -14,6 +14,8 @@
#define O_NOFOLLOW 0400000
#define O_NOATIME 01000000
#define O_CLOEXEC 02000000
+#define O_PATH 010000000
+#define O_SEARCH 010000000
#define O_NDELAY O_NONBLOCK