move F_DUPFD_CLOEXEC out of bits
fcntl values 1024 and up are universal, arch-independent. later I'll add some of the other linux-specific ones for notify, leases, pipe size, etc. here too.
This commit is contained in:
@@ -31,5 +31,3 @@
|
||||
#define F_GETLK 12
|
||||
#define F_SETLK 13
|
||||
#define F_SETLKW 14
|
||||
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
||||
Reference in New Issue
Block a user