about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-07-15 08:42:53 +0100
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-11-22 14:31:25 +0000
commit341b7670c8e5f7b9df81d4c34b388ab8c621233c (patch)
treea1fbd7414ef512faf4d7c49e23ca989a471028d1 /sysdeps
parent78c03c7974eba88f5e1530c62787f6f7364aca9d (diff)
downloadglibc-341b7670c8e5f7b9df81d4c34b388ab8c621233c.tar.gz
glibc-341b7670c8e5f7b9df81d4c34b388ab8c621233c.tar.xz
glibc-341b7670c8e5f7b9df81d4c34b388ab8c621233c.zip
aarch64: Use fewer ifdefs in bits/fcntl.h
This simplifies adding the Morello purecap abi target.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h
index e3137e39e4..891749de80 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h
@@ -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