* libc/include/sys/unistd.h (environ): this one isn't from the
DLL, no __IMPORT
This commit is contained in:
parent
cd59f61488
commit
14d3488d1f
|
@ -1,3 +1,8 @@
|
||||||
|
2000-08-25 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
|
* libc/include/sys/unistd.h (environ): this one isn't from the
|
||||||
|
DLL, no __IMPORT
|
||||||
|
|
||||||
Fri Aug 25 13:37:11 2000 Christopher Faylor <cgf@cygnus.com>
|
Fri Aug 25 13:37:11 2000 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
* libc/stdlib/system.c (do_system): Eliminate explicit declaration of
|
* libc/stdlib/system.c (do_system): Eliminate explicit declaration of
|
||||||
|
|
|
@ -10,7 +10,7 @@ extern "C" {
|
||||||
#define __need_size_t
|
#define __need_size_t
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
extern __IMPORT char **environ;
|
extern char **environ;
|
||||||
|
|
||||||
void _EXFUN(_exit, (int __status ) _ATTRIBUTE ((noreturn)));
|
void _EXFUN(_exit, (int __status ) _ATTRIBUTE ((noreturn)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue