Remove `__environ' definition.
authorRoland McGrath <roland@gnu.org>
Tue, 21 Feb 1995 03:05:56 +0000 (03:05 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 21 Feb 1995 03:05:56 +0000 (03:05 +0000)
sysdeps/unix/bsd/Attic/osf1/alpha/start.S
sysdeps/unix/bsd/ultrix4/mips/start.S

index 8b7109a..52eb036 100644 (file)
@@ -18,13 +18,6 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-#ifndef HAVE_WEAK_SYMBOLS
-#define __environ environ
-#else
-weak_alias (__environ, environ)
-#endif
-
-.comm __environ,       8
 .comm errno,           4
 
 !.sdata
index ec0f9d8..eec8ce0 100644 (file)
@@ -18,13 +18,6 @@ Cambridge, MA 02139, USA.  */
 
 #include <sysdep.h>
 
-#ifndef HAVE_WEAK_SYMBOLS
-#define __environ environ
-#else
-weak_alias (__environ, environ)
-#endif
-
-.comm __environ,       4
 .comm errno,           4
 
 ENTRY(__start)