about summary refs log tree commit diff
path: root/sysdeps/unix/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/start.c')
-rw-r--r--sysdeps/unix/start.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/start.c b/sysdeps/unix/start.c
index da7ec71ffb..feb5f44fb8 100644
--- a/sysdeps/unix/start.c
+++ b/sysdeps/unix/start.c
@@ -37,15 +37,11 @@ weak_alias (__data_start, data_start)
 
 VOLATILE int errno;
 
-#ifdef	HAVE_WEAK_SYMBOLS
-weak_alias (__environ, environ)
-#else
+#ifndef	HAVE_WEAK_SYMBOLS
 #undef	environ
 #define	__environ	environ
 #endif
 
-char **__environ;
-
 extern void EXFUN(__libc_init, (int argc, char **argv, char **envp));
 extern int EXFUN(main, (int argc, char **argv, char **envp));