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 | 7b300ec7f9a5a271f2169aa6e924184a41b3a9a8 (patch) | |
tree | d13702e187c0e4ece4af31ed8cd1ed38baebbbfd /sysdeps/unix/sysv/linux/nios2/libpthread.abilist | |
parent | c924e44acddc7b1e259da21ee101085006071cef (diff) | |
download | glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar.gz |
nptl: Move pthread_setaffinity_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/nios2/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/nios2/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist index 9009a98b88..3f25a85a5f 100644 --- a/sysdeps/unix/sysv/linux/nios2/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/nios2/libpthread.abilist @@ -1,6 +1,5 @@ GLIBC_2.21 __errno_location F GLIBC_2.21 pthread_create F -GLIBC_2.21 pthread_setaffinity_np F GLIBC_2.21 pthread_setname_np F GLIBC_2.21 pthread_setschedprio F GLIBC_2.21 pthread_sigqueue F |