aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:09 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:11 +0200
commit62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a (patch)
tree9f711d8c3aedc5022f2bcef42e1cc0caa0e6596f /htl/forward.c
parent79de1a0ca28af8f000688dbd51addad78bd804b1 (diff)
downloadglibc-62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a.tar.xz
glibc-62cf5d2bb3c74aac2f452a77ae0c29c0cc8dde8a.zip
htl: move pthread_attr_getinheritsched into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org> Message-Id: <20230716084414.107245-6-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 63b5f52275..38b2fcc996 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -63,8 +63,6 @@ FORWARD (pthread_attr_getdetachstate,
FORWARD (pthread_attr_setdetachstate, (pthread_attr_t *attr, int detachstate),
(attr, detachstate), 0)
-FORWARD (pthread_attr_getinheritsched,
- (const pthread_attr_t *attr, int *inherit), (attr, inherit), 0)
FORWARD (pthread_attr_setinheritsched, (pthread_attr_t *attr, int inherit),
(attr, inherit), 0)