aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-06 15:56:37 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-06 15:56:37 +0200
commitb9aec0dd9f270b09be6546443e8070de7e8b0d98 (patch)
treeacd4f83813fae1be8cbc4fee1c9a6aa12dac7769 /nptl/Makefile
parentf1af331c4e87dee7d91e404b9f746c99ca3f2c71 (diff)
downloadglibc-b9aec0dd9f270b09be6546443e8070de7e8b0d98.tar
glibc-b9aec0dd9f270b09be6546443e8070de7e8b0d98.tar.gz
glibc-b9aec0dd9f270b09be6546443e8070de7e8b0d98.tar.bz2
glibc-b9aec0dd9f270b09be6546443e8070de7e8b0d98.zip
nptl: Move pthread_barrier_wait 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 54cf04b03a..90c8f2ec72 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -75,6 +75,7 @@ routines = \
pthread_attr_setsigmask_internal \
pthread_barrier_destroy \
pthread_barrier_init \
+ pthread_barrier_wait \
pthread_cleanup_upto \
pthread_cond_broadcast \
pthread_cond_destroy \
@@ -189,7 +190,6 @@ libpthread-routines = \
pthread_attr_setstack \
pthread_attr_setstackaddr \
pthread_attr_setstacksize \
- pthread_barrier_wait \
pthread_barrierattr_destroy \
pthread_barrierattr_getpshared \
pthread_barrierattr_init \