* libc/include/sys/unistd.h (environ): this one isn't from the

DLL, no __IMPORT
This commit is contained in:
DJ Delorie
2000-08-25 20:14:45 +00:00
parent cd59f61488
commit 14d3488d1f
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@ extern "C" {
#define __need_size_t
#include <stddef.h>
extern __IMPORT char **environ;
extern char **environ;
void _EXFUN(_exit, (int __status ) _ATTRIBUTE ((noreturn)));