summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-04-23 11:00:53 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-04-23 11:00:53 +0200
commit2a775a9ea574957248e333595a35a75e43c946dc (patch)
treeef8f23d93b47bfdf5cea75869ef96601fcadaf75 /nptl/Versions
parented00dcbbd695fedfc60591da24b3555db03b3dd9 (diff)
downloadglibc-2a775a9ea574957248e333595a35a75e43c946dc.tar.gz
glibc-2a775a9ea574957248e333595a35a75e43c946dc.tar.xz
glibc-2a775a9ea574957248e333595a35a75e43c946dc.zip
nptl: Move pthread_condattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
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 962f3ae1dc..d6ee40b5bb 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -74,6 +74,7 @@ libc {
     __pthread_rwlock_rdlock;
     __pthread_rwlock_unlock;
     __pthread_rwlock_wrlock;
+    pthread_condattr_getpshared;
     pthread_mutex_timedlock;
     pthread_mutexattr_getpshared;
     pthread_mutexattr_setpshared;
@@ -149,6 +150,7 @@ libc {
     __pthread_setspecific;
     pthread_cond_clockwait;
     pthread_condattr_getclock;
+    pthread_condattr_getpshared;
     pthread_getspecific;
     pthread_key_create;
     pthread_key_delete;
@@ -301,7 +303,6 @@ libpthread {
     pthread_barrierattr_destroy;
     pthread_barrierattr_init;
     pthread_barrierattr_setpshared;
-    pthread_condattr_getpshared;
     pthread_condattr_setpshared;
     pthread_getcpuclockid;
     pthread_rwlock_timedrdlock;