|
@@ -87,7 +87,7 @@ static unsigned int nlist;
|
|
|
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
|
|
|
|
|
@@ -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)
|