From 6acd65e3216ae483c446b1e1de5169d6bef7cd38 Mon Sep 17 00:00:00 2001 From: dj Date: Fri, 25 Aug 2000 20:14:44 +0000 Subject: [PATCH] * libc/include/sys/unistd.h (environ): this one isn't from the DLL, no __IMPORT --- newlib/ChangeLog | 5 +++++ newlib/libc/include/sys/unistd.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b49e1b58a1..bccd51def4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2000-08-25 DJ Delorie + + * libc/include/sys/unistd.h (environ): this one isn't from the + DLL, no __IMPORT + Fri Aug 25 13:37:11 2000 Christopher Faylor * libc/stdlib/system.c (do_system): Eliminate explicit declaration of diff --git a/newlib/libc/include/sys/unistd.h b/newlib/libc/include/sys/unistd.h index a226a40aac..c2294b2d10 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 -extern __IMPORT char **environ; +extern char **environ; void _EXFUN(_exit, (int __status ) _ATTRIBUTE ((noreturn))); -- 2.11.0