From e892a930736ba8f3c19a47dc0f46fec87da38313 Mon Sep 17 00:00:00 2001 From: gfleury Date: Fri, 3 Jan 2025 12:37:45 +0200 Subject: htl: move pthread_mutex_init into libc. Message-ID: <20250103103750.870897-2-gfleury@disroot.org> --- sysdeps/htl/timer_routines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/htl/timer_routines.c') diff --git a/sysdeps/htl/timer_routines.c b/sysdeps/htl/timer_routines.c index 2e01918..2039e0b 100644 --- a/sysdeps/htl/timer_routines.c +++ b/sysdeps/htl/timer_routines.c @@ -191,7 +191,7 @@ static void reinit_after_fork (void) { init_module (); - pthread_mutex_init (&__timer_mutex, 0); + __pthread_mutex_init (&__timer_mutex, 0); } -- cgit v1.1