aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
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/Makefile
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/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 36c0f27..9f73cf2 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -158,6 +158,7 @@ routines = \
sem_open \
sem_post \
sem_routines \
+ sem_timedwait \
tpp \
unwind \
@@ -209,7 +210,6 @@ libpthread-routines = \
pthread_sigqueue \
pthread_timedjoin \
pthread_tryjoin \
- sem_timedwait \
sem_unlink \
sem_wait \
vars \