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/ia64/libpthread.abilist | |
parent | c924e44acddc7b1e259da21ee101085006071cef (diff) | |
download | glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar.gz glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.tar.bz2 glibc-7b300ec7f9a5a271f2169aa6e924184a41b3a9a8.zip |
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/ia64/libpthread.abilist')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/libpthread.abilist | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist index 6b97d836ef..f301ecb383 100644 --- a/sysdeps/unix/sysv/linux/ia64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/ia64/libpthread.abilist @@ -7,8 +7,7 @@ GLIBC_2.2.3 __libpthread_version_placeholder F GLIBC_2.2.6 __libpthread_version_placeholder F GLIBC_2.28 thrd_create F GLIBC_2.3.2 __libpthread_version_placeholder F -GLIBC_2.3.3 pthread_setaffinity_np F -GLIBC_2.3.4 pthread_setaffinity_np F +GLIBC_2.3.3 __libpthread_version_placeholder F GLIBC_2.3.4 pthread_setschedprio F GLIBC_2.30 __libpthread_version_placeholder F GLIBC_2.31 __libpthread_version_placeholder F |