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 | c924e44acddc7b1e259da21ee101085006071cef (patch) | |
tree | ff36bdfdb252331c5358987795345033cbb6491d /sysdeps/unix/sysv/linux/arm/le/libpthread.abilist | |
parent | 310e59e64cbc95bff299825b2b7f38b88f82ba4e (diff) | |
download | glibc-c924e44acddc7b1e259da21ee101085006071cef.tar glibc-c924e44acddc7b1e259da21ee101085006071cef.tar.gz glibc-c924e44acddc7b1e259da21ee101085006071cef.tar.bz2 glibc-c924e44acddc7b1e259da21ee101085006071cef.zip |
nptl: Move pthread_getname_np into libc
The symbol was moved using scripts/move-symbol-to-libc.py.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist index 7d023cb181..9459d1f7fb 100644 --- a/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arm/le/libpthread.abilist @@ -1,5 +1,4 @@ GLIBC_2.11 pthread_sigqueue F -GLIBC_2.12 pthread_getname_np F GLIBC_2.12 pthread_setname_np F GLIBC_2.18 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F |