From patchwork Sat May 6 17:13:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 68876 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 90185385696B for ; Sat, 6 May 2023 17:13:36 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (sonata.ens-lyon.org [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 206B33858D28 for ; Sat, 6 May 2023 17:13:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 206B33858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 0500C201B1; Sat, 6 May 2023 19:13:22 +0200 (CEST) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LSQ0gqV_ahq3; Sat, 6 May 2023 19:13:21 +0200 (CEST) Received: from begin (lfbn-bor-1-1163-184.w92-158.abo.wanadoo.fr [92.158.138.184]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 92994201AF; Sat, 6 May 2023 19:13:21 +0200 (CEST) Received: from samy by begin with local (Exim 4.96) (envelope-from ) id 1pvLTF-00AO3d-0K; Sat, 06 May 2023 19:13:21 +0200 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] hurd: Add ioperm symbol on x86_64 Date: Sat, 6 May 2023 19:13:20 +0200 Message-Id: <20230506171320.2475748-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-Spam-Status: No, score=-13.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- sysdeps/mach/hurd/x86_64/Versions | 5 +++++ sysdeps/mach/hurd/x86_64/libc.abilist | 1 + 2 files changed, 6 insertions(+) create mode 100644 sysdeps/mach/hurd/x86_64/Versions diff --git a/sysdeps/mach/hurd/x86_64/Versions b/sysdeps/mach/hurd/x86_64/Versions new file mode 100644 index 0000000000..ed3b9f9850 --- /dev/null +++ b/sysdeps/mach/hurd/x86_64/Versions @@ -0,0 +1,5 @@ +libc { + GLIBC_2.38 { + ioperm; + } +} diff --git a/sysdeps/mach/hurd/x86_64/libc.abilist b/sysdeps/mach/hurd/x86_64/libc.abilist index cafdd8a077..a0be5c1a87 100644 --- a/sysdeps/mach/hurd/x86_64/libc.abilist +++ b/sysdeps/mach/hurd/x86_64/libc.abilist @@ -1197,6 +1197,7 @@ GLIBC_2.38 initstate_r F GLIBC_2.38 innetgr F GLIBC_2.38 insque F GLIBC_2.38 ioctl F +GLIBC_2.38 ioperm F GLIBC_2.38 iruserok F GLIBC_2.38 iruserok_af F GLIBC_2.38 isalnum F