aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:42 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:37:35 +0100
commit32aa498cebb8f34ee4d9f71fbaac2ffd92c19278 (patch)
tree9d15ba1822a4864f1bfcd9cf77b99335cbaa6688 /htl/forward.c
parent4a8b7d7e62c6a45cfad01a8d5c8b9bb2e4ca2b30 (diff)
downloadglibc-32aa498cebb8f34ee4d9f71fbaac2ffd92c19278.zip
glibc-32aa498cebb8f34ee4d9f71fbaac2ffd92c19278.tar.gz
glibc-32aa498cebb8f34ee4d9f71fbaac2ffd92c19278.tar.bz2
htl: move pthread_attr_setscope 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 6644d67..105b46c 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -59,10 +59,6 @@ FORWARD (pthread_attr_setschedparam,
(pthread_attr_t *attr, const struct sched_param *param),
(attr, param), 0)
-FORWARD (pthread_attr_setscope, (pthread_attr_t *attr, int scope),
- (attr, scope), 0)
-
-
FORWARD (pthread_condattr_destroy, (pthread_condattr_t *attr), (attr), 0)
FORWARD (pthread_condattr_init, (pthread_condattr_t *attr), (attr), 0)