summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-22 18:14:11 +0000
committerRoland McGrath <roland@gnu.org>1995-09-22 18:14:11 +0000
commit7a150dd7551ff2ffc9e87a11f3b59827e6ef4158 (patch)
treea5be2f69515a2a844dfbbf455b90b9f026a3761c
parent0a7088fc32c28f77c9ab37acd684047a12e48ec0 (diff)
(__data_start): New variable.
-rw-r--r--boot/mach-crt0.c1
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;