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 /sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | |
parent | 56f823abd43c897aa79d89b447fa31b6bb3f14db (diff) | |
download | glibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.tar glibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.tar.gz glibc-2d53566ec3c622944bd3921c1ccb9391b2dbcb13.tar.bz2 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 'sysdeps/unix/sysv/linux/arm/le/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index ffb33d5f4d..0ad6524820 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -1,4 +1,4 @@ -GLIBC_2.11 pthread_sigqueue F +GLIBC_2.11 __libpthread_version_placeholder F GLIBC_2.12 __libpthread_version_placeholder F GLIBC_2.18 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F |