summaryrefslogtreecommitdiff
path: root/ldso/libdl/libdl.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-01-11 20:11:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-01-11 20:11:12 +0000
commitd7147f9226520ad9a688c53802a4c6c2c53592fc (patch)
treee2a923a816960d2812741f9195925290d7531505 /ldso/libdl/libdl.c
parent4d5785ca2df3eea5ce876ff63ac04b1c376384a1 (diff)
Remove the now obsolete d-link tree. Update things to cope
with the new naming -Erik
Diffstat (limited to 'ldso/libdl/libdl.c')
-rw-r--r--ldso/libdl/libdl.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index 540b6640f..901613f30 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -7,11 +7,10 @@
#include <stdlib.h>
#include <features.h>
#include "dlfcn.h"
-#include "sysdep.h"
-#include "syscall.h"
-#include "hash.h"
-#include "string.h"
#include "linuxelf.h"
+#include "ld_syscall.h"
+#include "ld_hash.h"
+#include "ld_string.h"
extern int _dl_error_number;
extern struct r_debug *_dl_debug_addr;