summaryrefslogtreecommitdiff
path: root/ldso/ldso/readelflib1.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-23 16:04:40 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-23 16:04:40 +0000
commita5e190ebf33284ffe4684be1cb8a1019163d7bc8 (patch)
tree6771b4ba50e6d34877068e4c7abfe80d52fea4d0 /ldso/ldso/readelflib1.c
parent85c0183cb45fbaee7fa0a8d8c9cb0a0a2a642d00 (diff)
Fixup build a bit. Be sneaky and include everything into
a single .c file, making stuff be even smaller.
Diffstat (limited to 'ldso/ldso/readelflib1.c')
-rw-r--r--ldso/ldso/readelflib1.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ldso/ldso/readelflib1.c b/ldso/ldso/readelflib1.c
index 335f6fc29..d12f9e1f0 100644
--- a/ldso/ldso/readelflib1.c
+++ b/ldso/ldso/readelflib1.c
@@ -21,17 +21,6 @@
/* This file contains the helper routines to load an ELF sharable
library into memory and add the symbol table info to the chain. */
-#include "linuxelf.h"
-#include "ld_hash.h"
-#include "ld_syscall.h"
-#include "ld_string.h"
-#include <sys/mman.h>
-#ifdef USE_CACHE
-#include "../config.h"
-#endif
-
-extern char *_dl_progname;
-
#ifdef USE_CACHE
static caddr_t _dl_cache_addr = NULL;