about summary refs log tree commit diff
path: root/sysdeps/unix/sparc/start.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sparc/start.c')
-rw-r--r--sysdeps/unix/sparc/start.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/unix/sparc/start.c b/sysdeps/unix/sparc/start.c
index e0f39f5b73..f8567d2103 100644
--- a/sysdeps/unix/sparc/start.c
+++ b/sysdeps/unix/sparc/start.c
@@ -42,15 +42,6 @@ weak_alias (__data_start, data_start)
 
 VOLATILE int errno;
 
-#ifdef	HAVE_WEAK_SYMBOLS
-weak_alias (__environ, environ)
-#else
-#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));