diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-03-15 14:47:05 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-03-15 14:47:05 +0000 |
commit | f96b98c918d60fd764854c665def41220fd15309 (patch) | |
tree | 07152f19d80ab0b69af1c3ae95a4aa2ce492b6a0 | |
parent | aaa812d4b6a55a1a3fc8aed795833f3abaf060ad (diff) |
Add _dl_boot() prototype.
-rw-r--r-- | ldso/ldso/arm/dl-startup.h | 2 |
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("" \ |