aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-05 17:15:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-05 17:19:48 +0200
commit018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315 (patch)
treea3553b7fa23e420e93f1f23a3fb7d7aea95765dc /nptl/Versions
parent793042c63c511f5280e960108b2f0b13e115245d (diff)
downloadglibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.zip
glibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.tar.gz
glibc-018c75dcb1ee93f3ff0d3d9cbdf1fe48aa630315.tar.bz2
nptl: Move sem_timedwait into libc
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index df39675..f19c235 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -114,6 +114,7 @@ libc {
pthread_spin_trylock;
pthread_spin_unlock;
pthread_yield;
+ sem_timedwait;
}
GLIBC_2.2.3 {
pthread_getattr_np;
@@ -267,6 +268,7 @@ libc {
sem_init;
sem_open;
sem_post;
+ sem_timedwait;
thrd_exit;
tss_create;
tss_delete;
@@ -371,7 +373,6 @@ libpthread {
pthread_yield;
pthread_rwlock_timedrdlock;
pthread_rwlock_timedwrlock;
- sem_timedwait;
}
GLIBC_2.2.3 {