fix clash between sys/user.h and kernel ptrace.h on powerpc[64], sh
[musl] / arch / powerpc / bits / fcntl.h
index 83c0222..c3f875e 100644 (file)
@@ -15,6 +15,8 @@
 #define O_DIRECT    0400000
 #define O_LARGEFILE 0200000
 #define O_NOATIME  01000000
+#define O_PATH    010000000
+#define O_TMPFILE 020040000
 #define O_NDELAY O_NONBLOCK
 
 #define F_DUPFD  0
@@ -35,3 +37,4 @@
 #define F_SETOWN_EX 15
 #define F_GETOWN_EX 16
 
+#define F_GETOWNER_UIDS 17