about summary refs log tree commit diff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorGuy-Fleury Iteriteka <gfleury@disroot.org>2023-07-16 10:44:14 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-08-24 01:57:22 +0200
commit1dc0bc8f07483e3faef245c343b773137c8d2c4f (patch)
tree4c76b726e53be5432232d6c113df852549c4a852 /htl/forward.c
parent92a6c26470f458355af62b7611740eb243cfe73a (diff)
downloadglibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.tar.gz
glibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.tar.xz
glibc-1dc0bc8f07483e3faef245c343b773137c8d2c4f.zip
htl: move pthread_attr_setdetachstate into libc
Signed-off-by: Guy-Fleury Iteriteka <gfleury@disroot.org>
Message-Id: <20230716084414.107245-11-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 e1511a8c59..cc8147d6de 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -57,9 +57,6 @@ FORWARD (pthread_attr_destroy, (pthread_attr_t *attr), (attr), 0)
 
 FORWARD (pthread_attr_init, (pthread_attr_t *attr), (attr), 0)
 
-FORWARD (pthread_attr_setdetachstate, (pthread_attr_t *attr, int detachstate),
-	 (attr, detachstate), 0)
-
 FORWARD (pthread_attr_setschedparam,
 	 (pthread_attr_t *attr, const struct sched_param *param),
 	 (attr, param), 0)