summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 20:03:07 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 20:03:07 +0000
commit4d5785ca2df3eea5ce876ff63ac04b1c376384a1 (patch)
tree3608d09cee48ae005ddac817dfe7067af7fc6593 /ldso/ldso/ldso.c
parented865232d8289ade7587a74d9cf2c0ccb878887b (diff)
Remove old named file. Fix headers on updated one.
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c12
1 files changed, 5 insertions, 7 deletions
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 <stdarg.h>
-#include "sysdep.h" /* before elf.h to get ELF_USES_RELOCA right */
-#include <elf.h>
#include "linuxelf.h"
-#include "hash.h"
-#include "syscall.h"
-#include "string.h"
+#include <stdarg.h>
+#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