aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/htl/timer_routines.c
diff options
context:
space:
mode:
authorgfleury <gfleury@disroot.org>2024-12-19 22:37:22 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-22 23:34:27 +0100
commit917a131ab94f930ef5022f0042af95d931264b4a (patch)
treecf7e883e719bfb0b659ea56ff9f1c3aea2fcd791 /sysdeps/htl/timer_routines.c
parent4ab765c6ba7c7ec02de3b5b143032494e6a553da (diff)
downloadglibc-917a131ab94f930ef5022f0042af95d931264b4a.tar.xz
glibc-917a131ab94f930ef5022f0042af95d931264b4a.zip
htl: move pthread_cond_destroy into libc.
Signed-off-by: gfleury <gfleury@disroot.org> Message-ID: <20241219203727.669825-4-gfleury@disroot.org>
Diffstat (limited to 'sysdeps/htl/timer_routines.c')
-rw-r--r--sysdeps/htl/timer_routines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/timer_routines.c b/sysdeps/htl/timer_routines.c
index 0992ea3911..7e2a56139e 100644
--- a/sysdeps/htl/timer_routines.c
+++ b/sysdeps/htl/timer_routines.c
@@ -211,7 +211,7 @@ static void
thread_deinit (struct thread_node *thread)
{
assert (list_isempty (&thread->timer_queue));
- pthread_cond_destroy (&thread->cond);
+ __pthread_cond_destroy (&thread->cond);
}