From: Rich Felker Date: Fri, 15 Apr 2011 01:45:26 +0000 (-0400) Subject: fix broken fcntl locks on x86_64 X-Git-Tag: v0.7.9~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ace973637f5b38a02ac2699e38f282372042bf7c;p=musl fix broken fcntl locks on x86_64 --- diff --git a/arch/x86_64/bits/fcntl.h b/arch/x86_64/bits/fcntl.h index 2487a308..30fa2934 100644 --- a/arch/x86_64/bits/fcntl.h +++ b/arch/x86_64/bits/fcntl.h @@ -39,9 +39,9 @@ #define F_SETOWN 8 #define F_GETOWN 9 -#define F_GETLK 12 -#define F_SETLK 13 -#define F_SETLKW 14 +#define F_GETLK 5 +#define F_SETLK 6 +#define F_SETLKW 7 #define FD_CLOEXEC 1