From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id E39C33851537; Wed, 26 Oct 2022 15:12:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E39C33851537 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666797123; bh=mO8TfeHQHlm5QXf/pqyMNIICv5y/pFrZI3NfHzuygyY=; h=From:To:Subject:Date:From; b=UGeWg3X1M1BYeP/MOlW1cDhZwNxle5jiI8UwFnGrO2yCXDvrmdz0tipd3g+/Ey6iM 3UdPBkg3Kq4JiNRxKJQyyEPEFhQm4hp1zas9Cit9D2YFq5F0aNGVD7f0UBPR7R3/7I Xl9iC+Lv5/NzloTqlxWUWDOqGQl7tj4BhhtD5qAs= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] aarch64: Use fewer ifdefs in bits/fcntl.h X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 67e341c682c98b92db3824e33aeb7e5d1214dc14 X-Git-Newrev: 3f17908650870d89cc60bd41da2e9b30e70f2b3f Message-Id: <20221026151203.E39C33851537@sourceware.org> Date: Wed, 26 Oct 2022 15:12:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3f17908650870d89cc60bd41da2e9b30e70f2b3f commit 3f17908650870d89cc60bd41da2e9b30e70f2b3f Author: Szabolcs Nagy Date: Fri Jul 15 08:42:53 2022 +0100 aarch64: Use fewer ifdefs in bits/fcntl.h This simplifies adding the Morello purecap abi target. Diff: --- sysdeps/unix/sysv/linux/aarch64/bits/fcntl.h | 2 -- 1 file changed, 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