replace __wake function with macro that performs direct syscall
[musl] / arch / x86_64 / bits / fcntl.h
index f3e9950..0949f31 100644 (file)
 
 #define F_SETOWN 8
 #define F_GETOWN 9
+#define F_SETSIG 10
+#define F_GETSIG 11
 
 #define F_GETLK 5
 #define F_SETLK 6
 #define F_SETLKW 7
 
-#define F_DUPFD_CLOEXEC 1030
+#define F_SETOWN_EX 15
+#define F_GETOWN_EX 16
+
+#define F_GETOWNER_UIDS 17