summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-20 17:57:05 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-20 17:57:05 +0100
commitec4ab3d578a2287b5cd6c898d209fb220fe65331 (patch)
tree9a2427f26ca87f20f37415d096166131e352b68a
parent900ceafde74f7c7c5101e3da51d52f8f8d92430f (diff)
Fix reference to ___pthread_init
* sysdeps/mach/hurd/pt-sysdep.c (_init_routine): Call ___pthread_init instead of __pthread_init.
-rw-r--r--sysdeps/mach/hurd/pt-sysdep.c2
1 files changed, 1 insertions, 1 deletions
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)
{