svn commit: branches/uClibc-nptl/ldso/include

carmelo at uclibc.org carmelo at uclibc.org
Mon Jan 12 17:02:03 UTC 2009


Author: carmelo
Date: 2009-01-12 17:02:03 +0000 (Mon, 12 Jan 2009)
New Revision: 24804

Log:
ldso: do not comment out unused variables, just delete it.

SIgned-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>



Modified:
   branches/uClibc-nptl/ldso/include/ldso.h


Changeset:
Modified: branches/uClibc-nptl/ldso/include/ldso.h
===================================================================
--- branches/uClibc-nptl/ldso/include/ldso.h	2009-01-12 17:01:58 UTC (rev 24803)
+++ branches/uClibc-nptl/ldso/include/ldso.h	2009-01-12 17:02:03 UTC (rev 24804)
@@ -67,7 +67,6 @@
 extern char *_dl_preload;              /* Things to be loaded before the libs */
 extern char *_dl_ldsopath;             /* Where the shared lib loader was found */
 extern const char *_dl_progname;       /* The name of the executable being run */
-//now static: extern int _dl_secure;                 /* Are we dealing with setuid stuff? */
 extern size_t _dl_pagesize;            /* Store the page size for use later */
 
 #ifdef __SUPPORT_LD_DEBUG__



More information about the uClibc-cvs mailing list