From f96b98c918d60fd764854c665def41220fd15309 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Tue, 15 Mar 2005 14:47:05 +0000 Subject: Add _dl_boot() prototype. --- ldso/ldso/arm/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/arm/dl-startup.h') 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 */ - +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("" \ -- cgit v1.2.3