From 61878689c228cdf324d609b98db3314d8a81f24d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 May 2021 17:15:57 +0200 Subject: nptl: Move sem_getvalue into libc The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/i386/libc.abilist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps/unix/sysv/linux/i386/libc.abilist') diff --git a/sysdeps/unix/sysv/linux/i386/libc.abilist b/sysdeps/unix/sysv/linux/i386/libc.abilist index 6c830caeeb..c5c114eadb 100644 --- a/sysdeps/unix/sysv/linux/i386/libc.abilist +++ b/sysdeps/unix/sysv/linux/i386/libc.abilist @@ -989,6 +989,7 @@ GLIBC_2.0 seed48_r F GLIBC_2.0 seekdir F GLIBC_2.0 select F GLIBC_2.0 sem_destroy F +GLIBC_2.0 sem_getvalue F GLIBC_2.0 semctl F GLIBC_2.0 semget F GLIBC_2.0 semop F @@ -1606,6 +1607,7 @@ GLIBC_2.1 scalblnf F GLIBC_2.1 scalblnl F GLIBC_2.1 scandir64 F GLIBC_2.1 sem_destroy F +GLIBC_2.1 sem_getvalue F GLIBC_2.1 sendfile F GLIBC_2.1 setrlimit64 F GLIBC_2.1 setutxent F @@ -2425,6 +2427,7 @@ GLIBC_2.34 pthread_testcancel F GLIBC_2.34 sem_clockwait F GLIBC_2.34 sem_close F GLIBC_2.34 sem_destroy F +GLIBC_2.34 sem_getvalue F GLIBC_2.34 sem_open F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F -- cgit 1.4.1