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/m68k/dl-startup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso/ldso/m68k/dl-startup.h') diff --git a/ldso/ldso/m68k/dl-startup.h b/ldso/ldso/m68k/dl-startup.h index bab0f8897..42c96a6f5 100644 --- a/ldso/ldso/m68k/dl-startup.h +++ b/ldso/ldso/m68k/dl-startup.h @@ -4,4 +4,4 @@ * can be done. */ -#define _dl_boot2 _dl_boot +#define DL_BOOT(X) void __attribute__ ((unused)) _dl_boot (X) -- cgit v1.2.3