about summary refs log tree commit diff
path: root/sysdeps/nptl
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 /sysdeps/nptl
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 'sysdeps/nptl')
-rw-r--r--sysdeps/nptl/pthread-functions.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/nptl/pthread-functions.h b/sysdeps/nptl/pthread-functions.h
index 51cf3cf408..4711c68575 100644
--- a/sysdeps/nptl/pthread-functions.h
+++ b/sysdeps/nptl/pthread-functions.h
@@ -30,8 +30,6 @@ struct xid_command;
    the thread functions.  */
 struct pthread_functions
 {
-  int (*ptr_pthread_attr_getschedparam) (const pthread_attr_t *,
-					 struct sched_param *);
   int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
 					 const struct sched_param *);
   int (*ptr_pthread_attr_getschedpolicy) (const pthread_attr_t *, int *);