summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-07 16:40:34 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-07 16:40:34 +0000
commit9ba7927dc7c0418d02caebf6d23dff907dcb8c80 (patch)
treef3d7044f352227e90f01b92399919d338ea4b1a8 /ldso
parent2d1097a2dab64e6d99ec2805965cc79d8189e18b (diff)
Remove additional endif pointed out by vapier
Diffstat (limited to 'ldso')
-rw-r--r--ldso/ldso/ldso.c3
1 files changed, 1 insertions, 2 deletions
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 <dl-osinfo.h>
+# include <dl-osinfo.h>
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)