diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-02-10 11:51:05 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-02-20 08:57:01 +0100 |
commit | f2323817dde1e87d44e058af5954c25d72fbdb11 (patch) | |
tree | 915969b9a6b9755c49537692129b40cd34fadd16 /sysdeps/unix/sysv/linux/hppa | |
parent | d5074b30fe54f4e05313672d76698065690eed77 (diff) | |
download | glibc-f2323817dde1e87d44e058af5954c25d72fbdb11.tar.gz glibc-f2323817dde1e87d44e058af5954c25d72fbdb11.tar.xz glibc-f2323817dde1e87d44e058af5954c25d72fbdb11.zip |
nptl: Move pthread_setschedparam implementation into libc
This is part of the libpthread removal project: <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist index f3606ce4e8..84fa775d95 100644 --- a/sysdeps/unix/sysv/linux/hppa/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/hppa/libpthread.abilist @@ -135,7 +135,6 @@ GLIBC_2.2 pthread_rwlockattr_setpshared F GLIBC_2.2 pthread_setcancelstate F GLIBC_2.2 pthread_setcanceltype F GLIBC_2.2 pthread_setconcurrency F -GLIBC_2.2 pthread_setschedparam F GLIBC_2.2 pthread_setspecific F GLIBC_2.2 pthread_sigmask F GLIBC_2.2 pthread_spin_destroy F |