mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
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:
parent
a68af22926
commit
67b25fe0a8
@ -31,5 +31,3 @@
|
||||
#define F_GETLK 12
|
||||
#define F_SETLK 13
|
||||
#define F_SETLKW 14
|
||||
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
@ -31,5 +31,3 @@
|
||||
#define F_GETLK 12
|
||||
#define F_SETLK 13
|
||||
#define F_SETLKW 14
|
||||
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
@ -31,5 +31,3 @@
|
||||
#define F_GETLK 5
|
||||
#define F_SETLK 6
|
||||
#define F_SETLKW 7
|
||||
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
@ -34,6 +34,8 @@ int posix_fallocate(int, off_t, off_t);
|
||||
#define O_WRONLY 01
|
||||
#define O_RDWR 02
|
||||
|
||||
#define F_DUPFD_CLOEXEC 1030
|
||||
|
||||
#define F_RDLCK 0
|
||||
#define F_WRLCK 1
|
||||
#define F_UNLCK 2
|
||||
|
Loading…
Reference in New Issue
Block a user