aboutsummaryrefslogtreecommitdiff
path: root/nptl/forward.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/forward.c
parent77523d5e43cb5721c23855eb6045b0607a3b30a0 (diff)
downloadglibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.zip
glibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.tar.gz
glibc-0caab6638e22a301e8aa0b35f790b15aaf0791d9.tar.bz2
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/forward.c')
-rw-r--r--nptl/forward.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/forward.c b/nptl/forward.c
index 807682c..f5e7730 100644
--- a/nptl/forward.c
+++ b/nptl/forward.c
@@ -56,9 +56,6 @@ name decl \
FORWARD2 (name, int, decl, params, return defretval)
-FORWARD (pthread_attr_getschedparam,
- (const pthread_attr_t *attr, struct sched_param *param),
- (attr, param), 0)
FORWARD (pthread_attr_setschedparam,
(pthread_attr_t *attr, const struct sched_param *param),
(attr, param), 0)