From 9ba7927dc7c0418d02caebf6d23dff907dcb8c80 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 7 Mar 2006 16:40:34 +0000 Subject: Remove additional endif pointed out by vapier --- ldso/ldso/ldso.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ldso') diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index eebd26ebe..26f877008 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -87,7 +87,7 @@ static unsigned int nlist; /* # items in init_fini_list */ extern void _start(void); #ifdef __UCLIBC_HAS_SSP__ -#include +# include uintptr_t stack_chk_guard; # ifndef THREAD_SET_STACK_GUARD /* Only exported for architectures that don't store the stack guard canary @@ -100,7 +100,6 @@ strong_alias(__stack_chk_guard,__guard) uintptr_t __guard attribute_relro; # endif #endif -#endif static void _dl_run_array_forward(unsigned long array, unsigned long size, ElfW(Addr) loadaddr) -- cgit v1.2.3