mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-03 20:53:13 +03:00
Remove __environ definition.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
|
/* Copyright (C) 1991, 1992, 1995 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@@ -30,13 +30,6 @@ int __data_start = 0;
|
|||||||
|
|
||||||
VOLATILE int errno = 0;
|
VOLATILE int errno = 0;
|
||||||
|
|
||||||
#ifndef HAVE_GNU_LD
|
|
||||||
#undef environ
|
|
||||||
#define __environ environ
|
|
||||||
#endif
|
|
||||||
|
|
||||||
char **__environ;
|
|
||||||
|
|
||||||
extern void EXFUN(__libc_init, (int argc, char **argv, char **envp));
|
extern void EXFUN(__libc_init, (int argc, char **argv, char **envp));
|
||||||
extern int EXFUN(main, (int argc, char **argv, char **envp));
|
extern int EXFUN(main, (int argc, char **argv, char **envp));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user