diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-17 09:59:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-17 10:25:12 +0200 |
commit | 2d53566ec3c622944bd3921c1ccb9391b2dbcb13 (patch) | |
tree | 49bd9a2d6f377c0136ae7360692f98c9a405942f /nptl/Makefile | |
parent | 56f823abd43c897aa79d89b447fa31b6bb3f14db (diff) | |
download | glibc-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/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index d4cff359b5..bd5a9ce51f 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -179,6 +179,7 @@ routines = \ pthread_setschedprio \ pthread_setspecific \ pthread_sigmask \ + pthread_sigqueue \ pthread_spin_destroy \ pthread_spin_init \ pthread_spin_lock \ @@ -211,7 +212,6 @@ libpthread-routines = \ nptl-init \ pt-interp \ pthread_create \ - pthread_sigqueue \ version \ libpthread-shared-only-routines = \ |