Remove `__environ' definition.
This commit is contained in:
parent
f427a39dbd
commit
882ec8cfeb
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user