diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-10-07 20:00:38 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-10-07 20:00:38 +0200 |
commit | ca602c1536ce2777f95c07525f3c42d78812e665 (patch) | |
tree | e6d867ef9ddf4680cb2d79700eac6ac62d907fa3 /sysdeps/unix/sysv/linux/mips/mips64 | |
parent | 921abe47299255a6480456c98fbb53bdc5db92a2 (diff) | |
download | glibc-ca602c1536ce2777f95c07525f3c42d78812e665.tar.gz glibc-ca602c1536ce2777f95c07525f3c42d78812e665.tar.xz glibc-ca602c1536ce2777f95c07525f3c42d78812e665.zip |
nptl: Move pthread_attr_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/mips/mips64')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist index 5a2f8fa4ae..67292c8e0b 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist +++ b/sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist @@ -48,7 +48,6 @@ GLIBC_2.0 pause F GLIBC_2.0 pthread_atfork F GLIBC_2.0 pthread_attr_getschedpolicy F GLIBC_2.0 pthread_attr_getscope F -GLIBC_2.0 pthread_attr_setschedparam F GLIBC_2.0 pthread_attr_setschedpolicy F GLIBC_2.0 pthread_attr_setscope F GLIBC_2.0 pthread_cancel F |