summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2000-08-25 20:14:45 +0000
committerDJ Delorie <dj@redhat.com>2000-08-25 20:14:45 +0000
commit14d3488d1f45a6ac4fffd4e3ab891f5b9d2ffac9 (patch)
treeb6afb901c6e430b2426f5fdc98719e7feadda6eb /newlib/libc
parentcd59f61488e2a5653d04cc4229fe3b084e497c80 (diff)
downloadcygnal-14d3488d1f45a6ac4fffd4e3ab891f5b9d2ffac9.tar.gz
cygnal-14d3488d1f45a6ac4fffd4e3ab891f5b9d2ffac9.tar.bz2
cygnal-14d3488d1f45a6ac4fffd4e3ab891f5b9d2ffac9.zip
* libc/include/sys/unistd.h (environ): this one isn't from the
DLL, no __IMPORT
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/include/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h
index a226a40aa..c2294b2d1 100644
--- a/newlib/libc/include/sys/unistd.h
+++ b/newlib/libc/include/sys/unistd.h
@@ -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)));