about summary refs log tree commit diff
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:53 +0200
commit5633541d3b9a78fc5283af3a2f3e824126ef785a (patch)
tree2e05b6c9b7c90fa49f9e2a5b65296b58c8a9d2c4 /nptl/Makefile
parent990c8ffd3a83232365f346413e394d4431875899 (diff)
downloadglibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.tar.gz
glibc-5633541d3b9a78fc5283af3a2f3e824126ef785a.tar.xz
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 'nptl/Makefile')
-rw-r--r--nptl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index 665cd1f3d1..7fb387a17a 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -160,6 +160,7 @@ routines = \
   sem_routines \
   sem_timedwait \
   sem_unlink \
+  sem_wait \
   tpp \
   unwind \
 
@@ -211,7 +212,6 @@ libpthread-routines = \
   pthread_sigqueue \
   pthread_timedjoin \
   pthread_tryjoin \
-  sem_wait \
   vars \
   version \