diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-22 18:14:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-22 18:14:11 +0000 |
commit | 7a150dd7551ff2ffc9e87a11f3b59827e6ef4158 (patch) | |
tree | a5be2f69515a2a844dfbbf455b90b9f026a3761c /boot | |
parent | 0a7088fc32c28f77c9ab37acd684047a12e48ec0 (diff) |
(__data_start): New variable.
Diffstat (limited to 'boot')
-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; |