diff options
Diffstat (limited to 'boot/mach-crt0.c')
-rw-r--r-- | boot/mach-crt0.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <mach/machine/asm.h> +int __data_start = 0; char **environ = (char **)0; #ifdef paranoid static int fd; |