From 5633541d3b9a78fc5283af3a2f3e824126ef785a Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 5 May 2021 17:15:57 +0200 Subject: nptl: Move sem_trywait, sem_wait into libc The symbols were moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 4 ++++ sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/microblaze/be') diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index b01ad81d58..34297b694f 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -1669,7 +1669,9 @@ GLIBC_2.18 sem_init F GLIBC_2.18 sem_open F GLIBC_2.18 sem_post F GLIBC_2.18 sem_timedwait F +GLIBC_2.18 sem_trywait F GLIBC_2.18 sem_unlink F +GLIBC_2.18 sem_wait F GLIBC_2.18 semctl F GLIBC_2.18 semget F GLIBC_2.18 semop F @@ -2357,7 +2359,9 @@ GLIBC_2.34 sem_init F GLIBC_2.34 sem_open F GLIBC_2.34 sem_post F GLIBC_2.34 sem_timedwait F +GLIBC_2.34 sem_trywait F GLIBC_2.34 sem_unlink F +GLIBC_2.34 sem_wait F GLIBC_2.34 thrd_exit F GLIBC_2.34 tss_create F GLIBC_2.34 tss_delete F diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index d7bacba551..ac586fac3b 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -41,8 +41,6 @@ GLIBC_2.18 pthread_setschedprio F GLIBC_2.18 pthread_sigqueue F GLIBC_2.18 pthread_timedjoin_np F GLIBC_2.18 pthread_tryjoin_np F -GLIBC_2.18 sem_trywait F -GLIBC_2.18 sem_wait F GLIBC_2.28 thrd_create F GLIBC_2.28 thrd_detach F GLIBC_2.28 thrd_join F -- cgit 1.4.1