diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-05-15 11:09:05 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-05-20 20:23:20 +0200 |
commit | 52302bc298c99dc0d2ca3d1b07b4349129babae3 (patch) | |
tree | bca1827706ac187fc61f0a48555d34b293df2fa3 /sysdeps/unix/sysv/linux/microblaze/be | |
parent | 1979819d680bb5394a878261519f8a3e4a2886a1 (diff) | |
download | glibc-52302bc298c99dc0d2ca3d1b07b4349129babae3.tar.gz glibc-52302bc298c99dc0d2ca3d1b07b4349129babae3.tar.xz glibc-52302bc298c99dc0d2ca3d1b07b4349129babae3.zip |
nptl: Move pthread_getaffinity_np into libc
This is part of the libpthread removal project: <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html> The abilist updates were performed by: git ls-files 'sysdeps/unix/sysv/linux/**/libc.abilist' \ | while read x ; do echo "GLIBC_2.32 pthread_getaffinity_np F" >> $x done python3 scripts/move-symbol-to-libc.py pthread_getaffinity_np Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/be')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libc.abilist | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist index db490575b5..134db9a3f8 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libc.abilist @@ -1442,6 +1442,7 @@ GLIBC_2.18 pthread_condattr_destroy F GLIBC_2.18 pthread_condattr_init F GLIBC_2.18 pthread_equal F GLIBC_2.18 pthread_exit F +GLIBC_2.18 pthread_getaffinity_np F GLIBC_2.18 pthread_getschedparam F GLIBC_2.18 pthread_mutex_destroy F GLIBC_2.18 pthread_mutex_init F @@ -2143,4 +2144,5 @@ GLIBC_2.31 msgctl F GLIBC_2.31 semctl F GLIBC_2.31 shmctl F GLIBC_2.32 pthread_attr_setaffinity_np F +GLIBC_2.32 pthread_getaffinity_np F GLIBC_2.32 pthread_sigmask F diff --git a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist index 2e90b256b4..1af46cb44e 100644 --- a/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist @@ -95,7 +95,6 @@ GLIBC_2.18 pthread_condattr_setpshared F GLIBC_2.18 pthread_create F GLIBC_2.18 pthread_detach F GLIBC_2.18 pthread_exit F -GLIBC_2.18 pthread_getaffinity_np F GLIBC_2.18 pthread_getattr_default_np F GLIBC_2.18 pthread_getattr_np F GLIBC_2.18 pthread_getconcurrency F |