about summary refs log tree commit diff
path: root/nptl/forward.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-07 20:00:38 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-07 20:00:38 +0200
commitca602c1536ce2777f95c07525f3c42d78812e665 (patch)
treee6d867ef9ddf4680cb2d79700eac6ac62d907fa3 /nptl/forward.c
parent921abe47299255a6480456c98fbb53bdc5db92a2 (diff)
downloadglibc-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 'nptl/forward.c')
-rw-r--r--nptl/forward.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/forward.c b/nptl/forward.c
index f5e7730026..76665baeea 100644
--- a/nptl/forward.c
+++ b/nptl/forward.c
@@ -56,10 +56,6 @@ name decl								      \
   FORWARD2 (name, int, decl, params, return defretval)
 
 
-FORWARD (pthread_attr_setschedparam,
-	 (pthread_attr_t *attr, const struct sched_param *param),
-	 (attr, param), 0)
-
 FORWARD (pthread_attr_getschedpolicy,
 	 (const pthread_attr_t *attr, int *policy), (attr, policy), 0)
 FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy),