]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 8b7109a5121a0d4a4b9cf56b4e7bfdee2b522e7f..52eb03667fb557accc35766f601d2a0c4e945d68 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 ec0f9d833df20639f66fd054e68ef0cf5d7bea05..eec8ce08be16aa857bfc3038e63ec975ccdc3ceb 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)