diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 5876813f3..f2b30de75 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2008-09-11 Christopher Faylor <me+cygwin@cgf.cx> + * fhandler.h (fhandler_pipe::raw_read): Remove __stdcall decoration. + * pipe.cc (fhandler_pipe::raw_read): Ditto. + +2008-09-11 Christopher Faylor <me+cygwin@cgf.cx> + * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. * dtable.cc (handle_to_fn): Ditto. |