1
0
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:
gfleury
2025-01-03 12:37:45 +02:00
committed by Samuel Thibault
parent 56b25bfd60
commit e892a93073
12 changed files with 13 additions and 20 deletions

View File

@@ -191,7 +191,7 @@ static void
reinit_after_fork (void)
{
init_module ();
pthread_mutex_init (&__timer_mutex, 0);
__pthread_mutex_init (&__timer_mutex, 0);
}