add F_SETSIG and F_GETSIG (linux specific) to fcntl.h
[musl] / arch / x86_64 / bits / fcntl.h
index f3e9950..40062b5 100644 (file)
@@ -25,6 +25,8 @@
 
 #define F_SETOWN 8
 #define F_GETOWN 9
+#define F_SETSIG 10
+#define F_GETSIG 11
 
 #define F_GETLK 5
 #define F_SETLK 6