fix broken fcntl locks on x86_64

This commit is contained in:
Rich Felker 2011-04-14 21:45:26 -04:00
parent b172dc8b58
commit ace973637f
1 changed files with 3 additions and 3 deletions

View File

@ -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