mirror of
git://git.musl-libc.org/musl
synced 2024-12-18 04:34:50 +00:00
fix broken fcntl locks on x86_64
This commit is contained in:
parent
b172dc8b58
commit
ace973637f
@ -39,9 +39,9 @@
|
|||||||
#define F_SETOWN 8
|
#define F_SETOWN 8
|
||||||
#define F_GETOWN 9
|
#define F_GETOWN 9
|
||||||
|
|
||||||
#define F_GETLK 12
|
#define F_GETLK 5
|
||||||
#define F_SETLK 13
|
#define F_SETLK 6
|
||||||
#define F_SETLKW 14
|
#define F_SETLKW 7
|
||||||
|
|
||||||
#define FD_CLOEXEC 1
|
#define FD_CLOEXEC 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user