summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/elfinterp.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/i386/elfinterp.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/i386/elfinterp.c')
-rw-r--r--ldso/ldso/i386/elfinterp.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ldso/ldso/i386/elfinterp.c b/ldso/ldso/i386/elfinterp.c
index 7745b1405..3b8b58af4 100644
--- a/ldso/ldso/i386/elfinterp.c
+++ b/ldso/ldso/i386/elfinterp.c
@@ -39,13 +39,6 @@ static char *_dl_reltypes[] =
a more than adequate job of explaining everything required to get this
working. */
-#include "linuxelf.h"
-#include "ld_hash.h"
-#include "ld_syscall.h"
-#include "ld_string.h"
-
-extern char *_dl_progname;
-
extern int _dl_linux_resolve(void);
unsigned long _dl_linux_resolver(struct elf_resolve *tpnt, int reloc_entry)