about summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-03 09:10:57 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-03 09:18:35 +0200
commit0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0 (patch)
treec9355b570b110d247525ff9a34f41d684329c772 /nptl/Versions
parent9f13a95b6fa848599b40b8f038f33084c5089bc1 (diff)
downloadglibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.tar.gz
glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.tar.xz
glibc-0af0ccc2d58f8b220fda10f8d1147d84ed8b88a0.zip
nptl: Move pthread_rwlockattr_getpshared into libc
The symbol was moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
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 0b8d21a0ae..1ca7c7782e 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -75,6 +75,7 @@ libc {
     pthread_rwlock_wrlock;
     pthread_rwlockattr_destroy;
     pthread_rwlockattr_getkind_np;
+    pthread_rwlockattr_getpshared;
   }
   GLIBC_2.2 {
     __pthread_rwlock_destroy;
@@ -230,6 +231,7 @@ libc {
     pthread_rwlock_wrlock;
     pthread_rwlockattr_destroy;
     pthread_rwlockattr_getkind_np;
+    pthread_rwlockattr_getpshared;
     pthread_setspecific;
     pthread_spin_destroy;
     pthread_spin_init;
@@ -316,7 +318,6 @@ libpthread {
     pthread_attr_setstacksize;
     pthread_create;
     pthread_getconcurrency;
-    pthread_rwlockattr_getpshared;
     pthread_rwlockattr_init;
     pthread_rwlockattr_setkind_np;
     pthread_rwlockattr_setpshared;