use signed char rather than plain char for int8_t
[musl] / arch / arm / bits / fcntl.h
index 9db4258..fc65ebc 100644 (file)
@@ -25,9 +25,9 @@
 
 #define F_SETOWN 8
 #define F_GETOWN 9
+#define F_SETSIG 10
+#define F_GETSIG 11
 
 #define F_GETLK 12
 #define F_SETLK 13
 #define F_SETLKW 14
-
-#define F_DUPFD_CLOEXEC 1030