summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-12 17:02:03 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-12 17:02:03 +0000
commitd1d4b5693c65fd9c455ab63135d78f1f2aefb249 (patch)
tree1901c2fa3e7a6fb149fbdf2a45529e9684215ccf
parent24c6117ab1a6d74a9f82d6d3ce738495ea3543ad (diff)
downloaduClibc-alpine-d1d4b5693c65fd9c455ab63135d78f1f2aefb249.tar.bz2
uClibc-alpine-d1d4b5693c65fd9c455ab63135d78f1f2aefb249.tar.xz
ldso: do not comment out unused variables, just delete it.
SIgned-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
-rw-r--r--ldso/include/ldso.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h
index 36bbd9e73..712ea0449 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -67,7 +67,6 @@ extern char *_dl_library_path; /* Where we look for libraries */
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__