summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:50:03 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:50:03 +0100
commit885c126e489d55f06a1b9c1fc8418f6688e1e179 (patch)
treecd96b5c18060da89fedae1f6ee7b6d060142e1d8
parent7bd547c523b5b74eac88c5b316f8203fa4bf84cc (diff)
parent0b2930bb01772d5faab0b69cea3ef149a4aaf7e7 (diff)
Merge branch 'cvs/hidden' into refs/top-bases/tschwinge/Roger_Whittaker
-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 4e7bdd2734..7395a17f7b 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