aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:43 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commitf26b272a75d8b57b3b7c213bf6eb413724b9827b (patch)
treee1614f04b4aaaf92a4d354a5913e6d4de7d34cce /htl/forward.c
parent32aa498cebb8f34ee4d9f71fbaac2ffd92c19278 (diff)
downloadglibc-f26b272a75d8b57b3b7c213bf6eb413724b9827b.tar.xz
glibc-f26b272a75d8b57b3b7c213bf6eb413724b9827b.zip
htl: move pthread_attr_setschedparam into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 105b46cfea..179ec60bc5 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -55,10 +55,6 @@ name decl \
FORWARD (pthread_attr_init, (pthread_attr_t *attr), (attr), 0)
-FORWARD (pthread_attr_setschedparam,
- (pthread_attr_t *attr, const struct sched_param *param),
- (attr, param), 0)
-
FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0)
FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0)