mirror of
https://github.com/fluencelabs/musl
synced 2025-04-26 15:52:13 +00:00
fixup for fcntl.h changes
This commit is contained in:
parent
b6f75ab07f
commit
e34d967c3e
@ -108,14 +108,13 @@ int posix_fallocate(int, off_t, off_t);
|
|||||||
#define F_TLOCK 2
|
#define F_TLOCK 2
|
||||||
#define F_TEST 3
|
#define F_TEST 3
|
||||||
|
|
||||||
#define F_LINUX_SPECIFIC_BASE 1024
|
#define F_SETLEASE 1024
|
||||||
#define F_SETLEASE (F_LINUX_SPECIFIC_BASE + 0)
|
#define F_GETLEASE 1025
|
||||||
#define F_GETLEASE (F_LINUX_SPECIFIC_BASE + 1)
|
#define F_NOTIFY 1026
|
||||||
#define F_NOTIFY (F_LINUX_SPECIFIC_BASE + 2)
|
#define F_CANCELLK 1029
|
||||||
#define F_CANCELLK (F_LINUX_SPECIFIC_BASE + 5)
|
#define F_DUPFD_CLOEXEC 1030
|
||||||
#define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6)
|
#define F_SETPIPE_SZ 1031
|
||||||
#define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7)
|
#define F_GETPIPE_SZ 1032
|
||||||
#define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8)
|
|
||||||
|
|
||||||
#define DN_ACCESS 0x00000001
|
#define DN_ACCESS 0x00000001
|
||||||
#define DN_MODIFY 0x00000002
|
#define DN_MODIFY 0x00000002
|
||||||
|
Loading…
x
Reference in New Issue
Block a user