aboutsummaryrefslogtreecommitdiff
path: root/nptl/Versions
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
commitf1af331c4e87dee7d91e404b9f746c99ca3f2c71 (patch)
treeef6ff8254bf6fbed0f2a9132abc66b996197f4ef /nptl/Versions
parent43b3746aff2f20c5865f559a76896fc6b131c09c (diff)
downloadglibc-f1af331c4e87dee7d91e404b9f746c99ca3f2c71.zip
glibc-f1af331c4e87dee7d91e404b9f746c99ca3f2c71.tar.gz
glibc-f1af331c4e87dee7d91e404b9f746c99ca3f2c71.tar.bz2
nptl: Move pthread_barrier_init 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/Versions5
1 files changed, 3 insertions, 2 deletions
diff --git a/nptl/Versions b/nptl/Versions
index b7a08a5..4716c3f 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -107,6 +107,7 @@ libc {
__pthread_rwlock_unlock;
__pthread_rwlock_wrlock;
pthread_barrier_destroy;
+ pthread_barrier_init;
pthread_condattr_getpshared;
pthread_condattr_setpshared;
pthread_mutex_timedlock;
@@ -220,6 +221,7 @@ libc {
mtx_trylock;
mtx_unlock;
pthread_barrier_destroy;
+ pthread_barrier_init;
pthread_cond_clockwait;
pthread_condattr_getclock;
pthread_condattr_getpshared;
@@ -309,6 +311,7 @@ libc {
__pthread_attr_init;
__pthread_attr_setaffinity_np;
__pthread_attr_setsigmask_internal;
+ __pthread_barrier_init;
__pthread_cleanup_pop;
__pthread_cleanup_push;
__pthread_cleanup_upto;
@@ -369,7 +372,6 @@ libpthread {
GLIBC_2.2 {
pthread_attr_getstack;
pthread_attr_setstack;
- pthread_barrier_init;
pthread_barrier_wait;
pthread_barrierattr_destroy;
pthread_barrierattr_init;
@@ -446,7 +448,6 @@ libpthread {
GLIBC_PRIVATE {
__libpthread_freeres;
- __pthread_barrier_init;
__pthread_barrier_wait;
__pthread_clock_gettime;
__pthread_clock_settime;