aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-11-18 13:21:36 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-19 01:19:00 +0100
commit4bcda927fe0591de4bf016a23209f0d3f692879a (patch)
tree99469df0a0878c6d2e5a037431df81555dab4503 /htl/forward.c
parent6caf24c972ccbc8584f9892c825ab18057cbf626 (diff)
downloadglibc-4bcda927fe0591de4bf016a23209f0d3f692879a.tar.xz
glibc-4bcda927fe0591de4bf016a23209f0d3f692879a.zip
htl move pthread_attr_getscope into libc.
Signed-off-by: gfleury <gfleury@disroot.org>
Diffstat (limited to 'htl/forward.c')
-rw-r--r--htl/forward.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/htl/forward.c b/htl/forward.c
index 579e8cba4c..6644d67da6 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -59,8 +59,6 @@ FORWARD (pthread_attr_setschedparam,
(pthread_attr_t *attr, const struct sched_param *param),
(attr, param), 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),
(attr, scope), 0)