fcntl.h: O_SEARCH was missing for powerpc
[musl] / arch / arm / bits / fcntl.h
index da36c2f..9595f9c 100644 (file)
@@ -32,4 +32,5 @@
 #define F_SETLK 13
 #define F_SETLKW 14
 
-#define F_DUPFD_CLOEXEC 1030
+#define F_SETOWN_EX 15
+#define F_GETOWN_EX 16