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/arc/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/arc/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/arc/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arc/libpthread.abilist b/sysdeps/unix/sysv/linux/arc/libpthread.abilist index 88273f1424..dff4c4d2ae 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -1,6 +1,5 @@ GLIBC_2.32 __errno_location F GLIBC_2.32 pthread_create F -GLIBC_2.32 pthread_getname_np F GLIBC_2.32 pthread_setaffinity_np F GLIBC_2.32 pthread_setname_np F GLIBC_2.32 pthread_setschedprio F |