diff options
author | Christopher Faylor <me@cgf.cx> | 2000-08-25 17:39:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-08-25 17:39:06 +0000 |
commit | c9ca4412d7df43b9684e9477abf51afb86ad72ee (patch) | |
tree | 1dd5fc5c5c747612fadd944290f71c6100963c70 /newlib/ChangeLog | |
parent | 0715614b52e1cebff3dbe68a2ec7328ab0e34e04 (diff) | |
download | newlib-c9ca4412d7df43b9684e9477abf51afb86ad72ee.zip newlib-c9ca4412d7df43b9684e9477abf51afb86ad72ee.tar.gz newlib-c9ca4412d7df43b9684e9477abf51afb86ad72ee.tar.bz2 |
* libc/stdlib/system.c (do_system): Eliminate explicit declaration of environ
when compiling under cygwin since it is already declared in unistd.h.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 34ebe48..b49e1b5 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 25 13:37:11 2000 Christopher Faylor <cgf@cygnus.com> + + * libc/stdlib/system.c (do_system): Eliminate explicit declaration of + environ when compiling under cygwin since it is already declared in + unistd.h. + 2000-08-23 Werner Almesberger <Werner.Almesberger@epfl.ch> * libc/stdlib/mprec.c (ulp, b2d, d2b): changed a few expressions |