From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 45CB63851508; Thu, 27 Oct 2022 13:50:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45CB63851508 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666878641; bh=iEPBdDf1RGBkZgo9XDjECLiU++MYuQSm2dcbFrSVl/k=; h=From:To:Subject:Date:From; b=XiWDpRvKDBv10a6qzZgBSB0rXedX+sqXGC0lrlH9oQQQ0HuSgPww+NdddFLP6nZvp RiQ+0ZK4JAtk+3jhf+Re4pPvCI9PwtvzQ3KeL3RGgDNf54KoGkqdzja0trLcfpGXDg etg/eie9wx/J2E0glV39FWAnef8o0Dl0qXP8p0e0= 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: 3f039a5009917c422fdac8fdc935d4ab40c4a1c8 X-Git-Newrev: a5c381d4b149bb8d00b99d295e35e8195dc0151f Message-Id: <20221027135041.45CB63851508@sourceware.org> Date: Thu, 27 Oct 2022 13:50:38 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a5c381d4b149bb8d00b99d295e35e8195dc0151f commit a5c381d4b149bb8d00b99d295e35e8195dc0151f 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