summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/dl-sysdep.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:07:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-25 17:07:25 +0100
commit7bd547c523b5b74eac88c5b316f8203fa4bf84cc (patch)
tree19a68bff2d6d7a8b951ee0042829bff111e9fad6 /sysdeps/mach/hurd/dl-sysdep.c
parent580326962032ffb157df6eb82537c4d348fd7675 (diff)
parent2817304c03c0a22cd04ed7da571c0e19755f369e (diff)
Merge branch 'cvs/hidden' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'sysdeps/mach/hurd/dl-sysdep.c')
-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 f14c5dc023..4e7bdd2734 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 attribute_relro = NULL;
+void *__libc_stack_end;
rtld_hidden_data_def(__libc_stack_end)
#if HP_TIMING_AVAIL