From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 0F0483852C45; Wed, 23 Nov 2022 14:40:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0F0483852C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669214432; bh=yzUhJ1DbdyZunpkf3k08U78c1L+rVJzJCRQnvyjUnhU=; h=From:To:Subject:Date:From; b=NR9wMABy6zMnuKVyLfb67mQuKCh05AIrTlN4coylakA4IN6Bag89RSUtRyU09oxYa YR12r8XSqh4f1LfDbcWMvIV6hZp5pBASGpiyJF3Z7+DSMXqprmiZ9mMcFjxx4VE7rQ dssTbD0EZzBZnZiVg1Wl36mEh7yjkoAU04UZIOZk= 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: 78c03c7974eba88f5e1530c62787f6f7364aca9d X-Git-Newrev: 341b7670c8e5f7b9df81d4c34b388ab8c621233c Message-Id: <20221123144032.0F0483852C45@sourceware.org> Date: Wed, 23 Nov 2022 14:40:32 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=341b7670c8e5f7b9df81d4c34b388ab8c621233c commit 341b7670c8e5f7b9df81d4c34b388ab8c621233c 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