svn commit: trunk/uClibc/ldso/ldso

aldot at uclibc.org aldot at uclibc.org
Tue Sep 30 11:26:24 UTC 2008


Author: aldot
Date: 2008-09-30 04:26:24 -0700 (Tue, 30 Sep 2008)
New Revision: 23563

Log:
- remove shadows declaration of struct st (already declared in function scope)


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


Changeset:
Modified: trunk/uClibc/ldso/ldso/ldso.c
===================================================================
--- trunk/uClibc/ldso/ldso/ldso.c	2008-09-30 07:32:52 UTC (rev 23562)
+++ trunk/uClibc/ldso/ldso/ldso.c	2008-09-30 11:26:24 UTC (rev 23563)
@@ -495,7 +495,6 @@
 
 #ifdef __LDSO_PRELOAD_FILE_SUPPORT__
 	do {
-		struct stat st;
 		char *preload;
 		int fd;
 		char c, *cp, *cp2;




More information about the uClibc-cvs mailing list