summaryrefslogtreecommitdiff
path: root/ldso/ldso/arm/dl-startup.h
diff options
context:
space:
mode:
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-03-15 14:47:05 +0000
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>2005-03-15 14:47:05 +0000
commitf96b98c918d60fd764854c665def41220fd15309 (patch)
tree07152f19d80ab0b69af1c3ae95a4aa2ce492b6a0 /ldso/ldso/arm/dl-startup.h
parentaaa812d4b6a55a1a3fc8aed795833f3abaf060ad (diff)
Add _dl_boot() prototype.
Diffstat (limited to 'ldso/ldso/arm/dl-startup.h')
-rw-r--r--ldso/ldso/arm/dl-startup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h
index d99e69880..b9c4ce1bc 100644
--- a/ldso/ldso/arm/dl-startup.h
+++ b/ldso/ldso/arm/dl-startup.h
@@ -4,7 +4,7 @@
* Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
*/
-
+void* _dl_boot(void);
/* Overrive the default _dl_boot function, and replace it with a bit of asm.
* Then call the real _dl_boot function, which is now named _dl_boot2. */
asm("" \