mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
htl: move pthread_mutex_init into libc.
Message-ID: <20250103103750.870897-2-gfleury@disroot.org>
This commit is contained in:
@@ -191,7 +191,7 @@ static void
|
||||
reinit_after_fork (void)
|
||||
{
|
||||
init_module ();
|
||||
pthread_mutex_init (&__timer_mutex, 0);
|
||||
__pthread_mutex_init (&__timer_mutex, 0);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user