summaryrefslogtreecommitdiff
path: root/ldso/include/ldso.h
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:10:22 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-08-12 23:10:22 +0000
commit066d0837ffd09cca2eabbe7208497df11c577276 (patch)
tree06fc6c909aeac70a65450caaf0c8ac1b77276024 /ldso/include/ldso.h
parent3417dd5c9165f05d944bb1e877471c91041ea866 (diff)
Remove hardcoded ld-uClibc.so.0 name in ldso.
Diffstat (limited to 'ldso/include/ldso.h')
-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 db3fe054c..ceb8aaeb1 100644
--- a/ldso/include/ldso.h
+++ b/ldso/include/ldso.h
@@ -44,7 +44,6 @@ extern char *_dl_ldsopath; /* Where the shared lib loader was found
extern const char *_dl_progname; /* The name of the executable being run */
extern int _dl_secure; /* Are we dealing with setuid stuff? */
extern size_t _dl_pagesize; /* Store the page size for use later */
-extern const char *_dl_progname; /* The name of the shared library loader */
#ifdef __SUPPORT_LD_DEBUG__
extern char *_dl_debug;