move O_PATH definition back to arch bits
[musl] / arch / arm / bits / fcntl.h
index 9595f9c..4cb1753 100644 (file)
@@ -15,6 +15,8 @@
 #define O_DIRECT    0200000
 #define O_LARGEFILE 0400000
 #define O_NOATIME  01000000
+#define O_PATH    010000000
+#define O_TMPFILE 020040000
 #define O_NDELAY O_NONBLOCK
 
 #define F_DUPFD  0
@@ -34,3 +36,5 @@
 
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17