mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
Remove `__environ' definition.
This commit is contained in:
@@ -18,13 +18,6 @@ Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
#ifndef HAVE_WEAK_SYMBOLS
|
|
||||||
#define __environ environ
|
|
||||||
#else
|
|
||||||
weak_alias (__environ, environ)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
.comm __environ, 8
|
|
||||||
.comm errno, 4
|
.comm errno, 4
|
||||||
|
|
||||||
!.sdata
|
!.sdata
|
||||||
|
|||||||
@@ -18,13 +18,6 @@ Cambridge, MA 02139, USA. */
|
|||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
#ifndef HAVE_WEAK_SYMBOLS
|
|
||||||
#define __environ environ
|
|
||||||
#else
|
|
||||||
weak_alias (__environ, environ)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
.comm __environ, 4
|
|
||||||
.comm errno, 4
|
.comm errno, 4
|
||||||
|
|
||||||
ENTRY(__start)
|
ENTRY(__start)
|
||||||
|
|||||||
Reference in New Issue
Block a user