svn commit: trunk/uClibc/ldso/ldso

psm at uclibc.org psm at uclibc.org
Tue Mar 7 16:40:35 UTC 2006


Author: psm
Date: 2006-03-07 08:40:34 -0800 (Tue, 07 Mar 2006)
New Revision: 14459

Log:
Remove additional endif pointed out by vapier

Modified:
   trunk/uClibc/ldso/ldso/ldso.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/ldso.c
===================================================================
--- trunk/uClibc/ldso/ldso/ldso.c	2006-03-07 09:23:24 UTC (rev 14458)
+++ trunk/uClibc/ldso/ldso/ldso.c	2006-03-07 16:40:34 UTC (rev 14459)
@@ -87,7 +87,7 @@
 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 @@
 uintptr_t __guard attribute_relro;
 # endif
 #endif
-#endif
 
 static void _dl_run_array_forward(unsigned long array, unsigned long size,
 				  ElfW(Addr) loadaddr)




More information about the uClibc-cvs mailing list