summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-14 22:09:14 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-14 22:09:14 +0000
commit90fd5cb00fc8399392bf5ce69432c0ac5678606a (patch)
treec87277fbf3f9663d4eeffd48d96855022be927fd /ldso/ldso/ldso.c
parent3d41585c1c0045932624b07d150177c7c35e8602 (diff)
Fix up x86 so it compiles again.
Diffstat (limited to 'ldso/ldso/ldso.c')
-rw-r--r--ldso/ldso/ldso.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index e6220a143..c2560a1a2 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -58,7 +58,6 @@ char *_dl_debug_bindings = 0;
int _dl_debug_file = 2;
#endif
-extern attribute_hidden void _dl_boot(void);
#include "dl-startup.c"
/* Forward function declarations */
static int _dl_suid_ok(void);