aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:12 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:16 +0200
commitc2c9feebdc8e4e43d1d0002f587bd3b7c46d598f (patch)
tree3fc84d040a9367c01e23ac0b2ea13bedae0476d1 /htl/forward.c
parent0f3a39072b5893bef6d06e15f98e2a06a11df856 (diff)
downloadglibc-c2c9feebdc8e4e43d1d0002f587bd3b7c46d598f.tar.xz
glibc-c2c9feebdc8e4e43d1d0002f587bd3b7c46d598f.zip
htl: move pthread_attr_setschedpolicy into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org> Message-Id: <20230716084414.107245-9-gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 76a420acd4..f3f2911ff3 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -67,9 +67,6 @@ FORWARD (pthread_attr_setschedparam,
(pthread_attr_t *attr, const struct sched_param *param),
(attr, param), 0)
-FORWARD (pthread_attr_setschedpolicy, (pthread_attr_t *attr, int policy),
- (attr, policy), 0)
-
FORWARD (pthread_attr_getscope,
(const pthread_attr_t *attr, int *scope), (attr, scope), 0)
FORWARD (pthread_attr_setscope, (pthread_attr_t *attr, int scope),