diff options
Diffstat (limited to 'sysdeps/htl/timer_routines.c')
| -rw-r--r-- | sysdeps/htl/timer_routines.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/timer_routines.c b/sysdeps/htl/timer_routines.c index 2e019182ab..2039e0ba2e 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); } |
