From patchwork Thu May 9 09:03:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Szabolcs Nagy X-Patchwork-Id: 32616 Received: (qmail 118004 invoked by alias); 9 May 2019 09:04:03 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 117995 invoked by uid 89); 9 May 2019 09:04:03 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*c:HHH X-HELO: EUR04-VI1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=hnnf93NL7ZRL6OLrYmNjeKbsfiUoVNX+6rh+n7USsb0=; b=iFhNOoxLlirK/ME/RYNymPYF/r76klxNUAsxnb4b/KsIZMODiYPQ91DjGUOAM3Vnlw6NJKpt1ctSLX5mwdgfibgVEvbCmZF4Sz/S5Q7pGWluJ00Xv5mM2xnJQJS9/4Cuw7GiFWh4PkXNVeKnvMicelxE6fseUy3et+vBfM32Y64= From: Szabolcs Nagy To: GNU C Library CC: nd , Yury Norov , Steve Ellcey Subject: [committed arm/ilp32] aarch64: Update ILP32 abilists for glibc 2.29 Date: Thu, 9 May 2019 09:03:58 +0000 Message-ID: user-agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 authentication-results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs.Nagy@arm.com; x-ms-oob-tlc-oobclassifiers: OLM:605; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED Bit late, but updated the arm/ilp32 branch to glibc 2.29. This will need to be merged with the initial ilp32 abilist commit. 2019-05-09 Szabolcs Nagy * sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist: Update. diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist index 91d59cd013..8c10137980 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist @@ -2098,3 +2098,6 @@ GLIBC_2.28 thrd_current F GLIBC_2.28 thrd_equal F GLIBC_2.28 thrd_sleep F GLIBC_2.28 thrd_yield F +GLIBC_2.29 getcpu F +GLIBC_2.29 posix_spawn_file_actions_addchdir_np F +GLIBC_2.29 posix_spawn_file_actions_addfchdir_np F