summaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-sysdep.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-01-14 19:19:47 +0000
committerUlrich Drepper <drepper@redhat.com>2004-01-14 19:19:47 +0000
commit1406a0275f8e03b02b05d4be0400a3aaba328b4c (patch)
tree0ea21c018ecbfdc4f4f85c09449a74c879b9205d /sysdeps/generic/dl-sysdep.c
parent39981e3176026eb61a8e034f82a23793e0fe8adb (diff)
Define __libc_stack_end with rtld_hidden_data_def.
Diffstat (limited to 'sysdeps/generic/dl-sysdep.c')
-rw-r--r--sysdeps/generic/dl-sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/dl-sysdep.c b/sysdeps/generic/dl-sysdep.c
index d637687a72..fd528eb01f 100644
--- a/sysdeps/generic/dl-sysdep.c
+++ b/sysdeps/generic/dl-sysdep.c
@@ -54,7 +54,7 @@ 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__ ((section (".data.rel.ro")));
-rtld_hidden_def(__libc_stack_end)
+rtld_hidden_data_def(__libc_stack_end)
static ElfW(auxv_t) *_dl_auxv;
#ifndef DL_FIND_ARG_COMPONENTS