aboutsummaryrefslogtreecommitdiff
path: root/htl/forward.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2025-02-01 10:02:02 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-02-01 11:24:14 +0100
commitcf51d18b9daf510de1997d4d87328c03103a6b68 (patch)
tree6dad8b2cbef8aa8b9857280e5f5c7c2616a4b6d1 /htl/forward.c
parent04588633cff835db7d838aa57c3def90d2621b76 (diff)
downloadglibc-cf51d18b9daf510de1997d4d87328c03103a6b68.tar.xz
glibc-cf51d18b9daf510de1997d4d87328c03103a6b68.zip
htl: move pthread_setcancelstate into libc.
sysdeps/pthread/sem_open.c: call pthread_setcancelstate directely since forward declaration is gone on hurd too Message-ID: <20250201080202.494671-1-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 9455df7316..0a7a69644d 100644
--- a/htl/forward.c
+++ b/htl/forward.c
@@ -58,9 +58,5 @@ FORWARD_NORETURN (__pthread_exit, void, (void *retval), (retval),
exit (EXIT_SUCCESS))
strong_alias (__pthread_exit, pthread_exit);
-FORWARD (__pthread_setcancelstate, (int state, int *oldstate),
- (state, oldstate), 0)
-strong_alias (__pthread_setcancelstate, pthread_setcancelstate);
-
FORWARD2 (__pthread_get_cleanup_stack, struct __pthread_cancelation_handler **,
(void), (), return &__pthread_cleanup_stack);