diff options
author | Christopher Faylor <me@cgf.cx> | 2001-10-22 16:40:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-10-22 16:40:26 +0000 |
commit | 333d60984389f9e0173c60d6016ac36099686b59 (patch) | |
tree | 32c6ac1ae72472df13bd47122bd87b596575646f /newlib/ChangeLog | |
parent | c270dc2555b88173abfd962036e99f986101158a (diff) | |
download | newlib-333d60984389f9e0173c60d6016ac36099686b59.zip newlib-333d60984389f9e0173c60d6016ac36099686b59.tar.gz newlib-333d60984389f9e0173c60d6016ac36099686b59.tar.bz2 |
* libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations throughout.
* signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__.
* popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__.
* system.c (_system_r): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 8a9e2d6..9341b53 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2001-10-22 Christopher Faylor <cgf@redhat.com> + + * libc/posix/execvp.c: Remove obsolete CYGWIN32 considerations + throughout. + * signal.h: Change comment to reflect __CYGWIN__ rather than __CYGWIN32__. + * popen.c (popen): Use __CYGWIN_ rather than __CYGWIN32__. + * system.c (_system_r): Ditto. + 2001-10-17 Corinna Vinschen <corinna@vinschen.de> * libc/include/sys/unistd.h: Add prototype for fchdir() when |