about summary refs log tree commit diff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-17 09:59:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-17 10:25:12 +0200
commit2d53566ec3c622944bd3921c1ccb9391b2dbcb13 (patch)
tree49bd9a2d6f377c0136ae7360692f98c9a405942f /nptl/Versions
parent56f823abd43c897aa79d89b447fa31b6bb3f14db (diff)
downloadglibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.tar.gz
glibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.tar.xz
glibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.zip
nptl: Move pthread_sigqueue into libc
The symbol was moved using scripts/move-symbol-to-libc.py.

The GLIBC_2.11 version is now empty, so add a placeholder symbol.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions6
1 files changed, 5 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 1629441f11..e7883cbb49 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -187,6 +187,9 @@ libc {
     pthread_mutexattr_setprotocol;
     pthread_mutexattr_setrobust_np;
   }
+  GLIBC_2.11 {
+    pthread_sigqueue;
+  }
   GLIBC_2.12 {
     pthread_getname_np;
     pthread_mutex_consistent;
@@ -335,6 +338,7 @@ libc {
     pthread_setname_np;
     pthread_setschedprio;
     pthread_setspecific;
+    pthread_sigqueue;
     pthread_spin_destroy;
     pthread_spin_init;
     pthread_spin_lock;
@@ -472,7 +476,7 @@ libpthread {
   };
 
   GLIBC_2.11 {
-    pthread_sigqueue;
+    __libpthread_version_placeholder;
   };
 
   GLIBC_2.12 {