From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1792) id 76A5A3858D1E; Sat, 6 May 2023 17:12:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 76A5A3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683393159; bh=e42wL4VzK91J27H8Q7LXnsAniRo+BFZs8YDKhVF5p8Q=; h=From:To:Subject:Date:From; b=O4d8XUYeaJ498A/N4ZUQTDqkJjDLtv1Jp26UWeUjhRu6SGK8X4qcp1UcRMrfMwzU8 dGGWjtnwXWpqVgX15KFL0JbCecTyOQTPDoWKDKqLfsVM7lUBeXkmbK86LIsUNf7vSU dQfUtcS1wQr+Qqdm6ZAEcFtm8ZalsIuspW2wgv5M= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Samuel Thibault To: glibc-cvs@sourceware.org Subject: [glibc] hurd: Add ioperm symbol on x86_64 X-Act-Checkin: glibc X-Git-Author: Samuel Thibault X-Git-Refname: refs/heads/master X-Git-Oldrev: 21f0b087ee10391433d8279e7c6f104fb9ea0eef X-Git-Newrev: d2593d452ad17a62cec8bd49ec9ce0504db8f643 Message-Id: <20230506171239.76A5A3858D1E@sourceware.org> Date: Sat, 6 May 2023 17:12:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d2593d452ad17a62cec8bd49ec9ce0504db8f643 commit d2593d452ad17a62cec8bd49ec9ce0504db8f643 Author: Samuel Thibault Date: Sat May 6 18:59:32 2023 +0200 hurd: Add ioperm symbol on x86_64 Diff: --- sysdeps/mach/hurd/x86_64/Versions | 5 +++++ sysdeps/mach/hurd/x86_64/libc.abilist | 1 + 2 files changed, 6 insertions(+) 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