From fa34293971565db3c5b63a2e998e2f8ed730eccb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 7 Feb 2004 12:26:36 +0000 Subject: Restore the library entry point so it works. It does have to be arch specific to work properly. --- ldso/ldso/dl-startup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/dl-startup.c') diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index ec8b79293..0da911f8c 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -120,7 +120,7 @@ int (*_dl_elf_main) (int, char **, char **); NULL auxvt[0...N] Auxiliary Vector Table elements (mixed types) */ -void _dl_boot2(unsigned long args) +DL_BOOT(unsigned long args) { unsigned int argc; char **argv, **envp; -- cgit v1.2.3