From 4d5785ca2df3eea5ce876ff63ac04b1c376384a1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Jan 2002 20:03:07 +0000 Subject: Remove old named file. Fix headers on updated one. --- ldso/ldso/ldso.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'ldso/ldso/ldso.c') diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c index e61276cce..0d9df3054 100644 --- a/ldso/ldso/ldso.c +++ b/ldso/ldso/ldso.c @@ -91,13 +91,11 @@ * can transfer control to the user's application. */ -#include -#include "sysdep.h" /* before elf.h to get ELF_USES_RELOCA right */ -#include #include "linuxelf.h" -#include "hash.h" -#include "syscall.h" -#include "string.h" +#include +#include "ld_hash.h" +#include "ld_syscall.h" +#include "ld_string.h" #include "../config.h" #define ALLOW_ZERO_PLTGOT @@ -117,7 +115,7 @@ static char *_dl_malloc_addr, *_dl_mmap_zero; char *_dl_library_path = 0; /* Where we look for libraries */ char *_dl_preload = 0; /* Things to be loaded before the libs. */ -#include "ld.so.h" /* Pull in the name of ld.so */ +#include "ld-uClibc.h" /* Pull in the name of ld.so */ const char *_dl_progname=_dl_static_progname; static char *_dl_not_lazy = 0; #ifdef DL_TRACE -- cgit v1.2.3