Browse Source

Remove additional endif pointed out by vapier

Peter S. Mazinger 18 years ago
parent
commit
9ba7927dc7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      ldso/ldso/ldso.c

+ 1 - 2
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)