aarch64: Use fewer ifdefs in bits/fcntl.h

This simplifies adding the Morello purecap abi target.
This commit is contained in:
Szabolcs Nagy 2022-07-15 08:42:53 +01:00
parent 2adfa58c4f
commit 084ac620b1

View File

@ -29,9 +29,7 @@
# define __O_LARGEFILE 0400000
#else
# define __O_LARGEFILE 0
#endif
#ifdef __LP64__
# define F_GETLK64 5
# define F_SETLK64 6
# define F_SETLKW64 7