about summary refs log tree commit diff
path: root/nptl/nptl-init.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-07 15:49:48 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-07 15:49:48 +0200
commit0caab6638e22a301e8aa0b35f790b15aaf0791d9 (patch)
treee816389a0615dc2b1ce0710d80d419f5a2472717 /nptl/nptl-init.c
parent77523d5e43cb5721c23855eb6045b0607a3b30a0 (diff)
downloadglibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.tar.gz
glibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.tar.xz
glibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.zip
nptl: Move pthread_attr_getschedparam 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 'nptl/nptl-init.c')
-rw-r--r--nptl/nptl-init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c
index 0a317a9572..909668c28a 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -72,7 +72,6 @@ void __nptl_set_robust (struct pthread *);
 #ifdef SHARED
 static const struct pthread_functions pthread_functions =
   {
-    .ptr_pthread_attr_getschedparam = __pthread_attr_getschedparam,
     .ptr_pthread_attr_setschedparam = __pthread_attr_setschedparam,
     .ptr_pthread_attr_getschedpolicy = __pthread_attr_getschedpolicy,
     .ptr_pthread_attr_setschedpolicy = __pthread_attr_setschedpolicy,