From 7a150dd7551ff2ffc9e87a11f3b59827e6ef4158 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 22 Sep 1995 18:14:11 +0000 Subject: (__data_start): New variable. --- boot/mach-crt0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/mach-crt0.c b/boot/mach-crt0.c index 3ff7e44d..0469424e 100644 --- a/boot/mach-crt0.c +++ b/boot/mach-crt0.c @@ -71,6 +71,7 @@ static char sccsid[] = "@(#)crt0.c 5.2 (Berkeley) 5/14/90"; #include +int __data_start = 0; char **environ = (char **)0; #ifdef paranoid static int fd; -- cgit v1.2.3