From ec4ab3d578a2287b5cd6c898d209fb220fe65331 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 20 Mar 2015 17:57:05 +0100 Subject: Fix reference to ___pthread_init * sysdeps/mach/hurd/pt-sysdep.c (_init_routine): Call ___pthread_init instead of __pthread_init. --- sysdeps/mach/hurd/pt-sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach') diff --git a/sysdeps/mach/hurd/pt-sysdep.c b/sysdeps/mach/hurd/pt-sysdep.c index 63e71e8..939194b 100644 --- a/sysdeps/mach/hurd/pt-sysdep.c +++ b/sysdeps/mach/hurd/pt-sysdep.c @@ -50,7 +50,7 @@ _init_routine (void *stack) return 0; /* Initialize the library. */ - __pthread_init (); + ___pthread_init (); if (stack) { -- cgit v1.2.3