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:16:49 +0200
commit0ace9b197c454166808e466b931a0f827a7b785c (patch)
tree49075ef16d1c3e171d3abfb754ddd8715cad37d2 /nptl/Versions
parent2c5c5c87c981fd68e7f646db0d479311e820c2f7 (diff)
downloadglibc-0ace9b197c454166808e466b931a0f827a7b785c.tar.gz
glibc-0ace9b197c454166808e466b931a0f827a7b785c.tar.xz
glibc-0ace9b197c454166808e466b931a0f827a7b785c.zip
nptl: Move pthread_rwlock_clockrdlock 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 bd3bc81cb0..ea5dd92882 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -152,6 +152,7 @@ libc {
   GLIBC_2.30 {
     pthread_cond_clockwait;
     pthread_mutex_clocklock;
+    pthread_rwlock_clockrdlock;
   }
   GLIBC_2.32 {
     pthread_attr_getsigmask_np;
@@ -204,6 +205,7 @@ libc {
     pthread_mutexattr_setrobust;
     pthread_mutexattr_settype;
     pthread_once;
+    pthread_rwlock_clockrdlock;
     pthread_rwlock_rdlock;
     pthread_rwlock_unlock;
     pthread_rwlock_wrlock;
@@ -399,7 +401,6 @@ libpthread {
   }
 
   GLIBC_2.30 {
-    pthread_rwlock_clockrdlock;
     pthread_rwlock_clockwrlock;
     sem_clockwait;
   }