From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116263 invoked by alias); 2 Aug 2019 08:44:45 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 116188 invoked by uid 10103); 2 Aug 2019 08:44:42 -0000 Date: Fri, 02 Aug 2019 08:44:00 -0000 Message-ID: <20190802084442.116187.qmail@sourceware.org> 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/ilp32] aarch64: Update ILP32 abilists for glibc 2.30 X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/ilp32 X-Git-Oldrev: d58cea864da6a33592f1c7c4c4cf873eeeb45296 X-Git-Newrev: b3454f4af77cfc82c9473cc04367b50da46520c5 X-SW-Source: 2019-q3/txt/msg00185.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b3454f4af77cfc82c9473cc04367b50da46520c5 commit b3454f4af77cfc82c9473cc04367b50da46520c5 Author: Szabolcs Nagy Date: Thu Aug 1 14:47:11 2019 +0100 aarch64: Update ILP32 abilists for glibc 2.30 This will need to be merged with the initial ilp32 abilist commit. 2019-08-01 Szabolcs Nagy * sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist: Update. * sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist: Update. Diff: --- sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist | 4 ++++ sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist index 8c10137..d014e33 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libc.abilist @@ -2101,3 +2101,7 @@ 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 +GLIBC_2.30 getdents64 F +GLIBC_2.30 gettid F +GLIBC_2.30 tgkill F +GLIBC_2.30 twalk_r F diff --git a/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist b/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist index c370fda..7dab4e5 100644 --- a/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/aarch64/ilp32/libpthread.abilist @@ -235,3 +235,8 @@ GLIBC_2.28 tss_create F GLIBC_2.28 tss_delete F GLIBC_2.28 tss_get F GLIBC_2.28 tss_set F +GLIBC_2.30 pthread_cond_clockwait F +GLIBC_2.30 pthread_mutex_clocklock F +GLIBC_2.30 pthread_rwlock_clockrdlock F +GLIBC_2.30 pthread_rwlock_clockwrlock F +GLIBC_2.30 sem_clockwait F