diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:15:57 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-05 17:19:53 +0200 |
commit | 5633541d3b9a78fc5283af3a2f3e824126ef785a (patch) | |
tree | 2e05b6c9b7c90fa49f9e2a5b65296b58c8a9d2c4 /sysdeps/unix/sysv/linux/arc/libpthread.abilist | |
parent | 990c8ffd3a83232365f346413e394d4431875899 (diff) | |
download | glibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.tar glibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.tar.gz glibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.tar.bz2 glibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.zip |
nptl: Move sem_trywait, sem_wait into libc
The symbols were moved using scripts/move-symbol-to-libc.py.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/arc/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libpthread.abilist | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index 7aa79d0d68..219ac17ca8 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -42,8 +42,6 @@ GLIBC_2.32 pthread_setschedprio F GLIBC_2.32 pthread_sigqueue F GLIBC_2.32 pthread_timedjoin_np F GLIBC_2.32 pthread_tryjoin_np F -GLIBC_2.32 sem_trywait F -GLIBC_2.32 sem_wait F GLIBC_2.32 thrd_create F GLIBC_2.32 thrd_detach F GLIBC_2.32 thrd_join F |