summaryrefslogtreecommitdiff
path: root/sysdeps/mach/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/start.c')
-rw-r--r--sysdeps/mach/start.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysdeps/mach/start.c b/sysdeps/mach/start.c
index 26abc23f53..c2ea3e3b7b 100644
--- a/sysdeps/mach/start.c
+++ b/sysdeps/mach/start.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -31,11 +31,6 @@ int __data_start = 0;
volatile int errno;
-#ifndef HAVE_GNU_LD
-#define __environ environ
-#endif
-char **__environ;
-
extern void __mach_init (void);
extern void __libc_init (int argc, char **argv, char **envp);
extern int main (int argc, char **argv, char **envp);