summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:49:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:49:43 +0100
commit0b2930bb01772d5faab0b69cea3ef149a4aaf7e7 (patch)
treeb10c26abadeb771e990f990e06ee8cfc4552713c
parent2817304c03c0a22cd04ed7da571c0e19755f369e (diff)
hurd: Initialize __libc_stack_end for hidden support
-rw-r--r--sysdeps/mach/hurd/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index 99e68665cf..fb6288080a 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -55,7 +55,7 @@ INTVARDEF(__libc_enable_secure)
int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
of init-first. */
/* This variable contains the lowest stack address ever used. */
-void *__libc_stack_end;
+void *__libc_stack_end = NULL;
rtld_hidden_data_def(__libc_stack_end)
#if HP_TIMING_AVAIL