add O_PATH/O_SEARCH support to fcntl.h
[musl] / arch / mips / bits / fcntl.h
index 6795800..6f912fb 100644 (file)
@@ -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