1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

hurd: Initialize __libc_stack_end for hidden support

* sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Initialize to get
	into initialized data instead of common.
This commit is contained in:
Samuel Thibault
2015-11-25 17:48:51 +01:00
parent c679db4352
commit 4d952856e3
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ rtld_hidden_data_def (__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