replace __wake function with macro that performs direct syscall
[musl] / arch / i386 / bits / fcntl.h
index ab14652..4cc0312 100644 (file)
@@ -32,4 +32,7 @@
 #define F_SETLK 13
 #define F_SETLKW 14
 
-#define F_DUPFD_CLOEXEC 1030
+#define F_SETOWN_EX 15
+#define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17