summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/start.c')
-rw-r--r--sysdeps/mach/hurd/start.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/start.c b/sysdeps/mach/hurd/start.c
index 91be7eaefe..10d6e72228 100644
--- a/sysdeps/mach/hurd/start.c
+++ b/sysdeps/mach/hurd/start.c
@@ -46,9 +46,6 @@ unsigned long int *__hurd_sigthread_variables;
vm_address_t _hurd_stack_base;
vm_size_t _hurd_stack_size;
-char **__environ;
-weak_alias (__environ, environ)
-
/* Things that want to be run before _hurd_init or much anything else.
Importantly, these are called before anything tries to use malloc. */
DEFINE_HOOK (_hurd_preinit_hook, (void));