diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-06 21:03:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-06 21:03:10 +0000 |
commit | 8dec7b03798a822337c86dbbea2f764d165cd61d (patch) | |
tree | bca6e101ad168b14f40f6deb97b96ec08b82e152 /winsup/cygwin/ChangeLog | |
parent | 8a8c59b9c20fa9dad2fd212bf9efca3959a8d51f (diff) | |
download | cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.gz cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.tar.bz2 cygnal-8dec7b03798a822337c86dbbea2f764d165cd61d.zip |
* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto.
* winsup.h: Define cfree to avoid newlib pollution.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 95110eac7..9ac5c91cd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 6 16:56:38 2000 Christopher Faylor <cgf@cygnus.com> + + * sigproc.cc: Add include file for proper definitions. + * spawn.cc: Ditto. + * winsup.h: Define cfree to avoid newlib pollution. + Wed Sep 6 14:11:51 2000 Christopher Faylor <cgf@cygnus.com> * Makefile.in (CFLAGS): Ensure that -MD is always added even when |