diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:32:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-11 19:32:56 +0200 |
commit | f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53 (patch) | |
tree | ec07ebda3cd20fc27bdca453ce1a421aa7192bd4 /sysdeps/unix/sysv/linux/arc/libpthread.abilist | |
parent | 572bd547d57a39b6cf0ea072545dc4048921f4c3 (diff) | |
download | glibc-f5bc5f6e2a96b8b03d1bf8199a58b1accc3c4c53.tar.gz |
nptl: Move pthread_attr_getaffinity_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 7a8ca30604..9a2baa2021 100644 --- a/sysdeps/unix/sysv/linux/arc/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/arc/libpthread.abilist @@ -3,7 +3,6 @@ GLIBC_2.32 __pthread_register_cancel F GLIBC_2.32 __pthread_register_cancel_defer F GLIBC_2.32 __pthread_unregister_cancel F GLIBC_2.32 __pthread_unregister_cancel_restore F -GLIBC_2.32 pthread_attr_getaffinity_np F GLIBC_2.32 pthread_attr_getguardsize F GLIBC_2.32 pthread_attr_getstack F GLIBC_2.32 pthread_attr_getstackaddr F |