diff options
author | Christopher Faylor <me@cgf.cx> | 2008-12-21 01:54:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-12-21 01:54:32 +0000 |
commit | 91ad1942a2ec19a654bce314c185ee1c8db8d18f (patch) | |
tree | 5385db195da267d6bf9a1a87b07697e95c83c9b2 /winsup/cygwin/ChangeLog | |
parent | 0cf888799b6874ba6a341af9dec8d4ce72f69f49 (diff) | |
download | cygnal-91ad1942a2ec19a654bce314c185ee1c8db8d18f.tar.gz cygnal-91ad1942a2ec19a654bce314c185ee1c8db8d18f.tar.bz2 cygnal-91ad1942a2ec19a654bce314c185ee1c8db8d18f.zip |
* pipe.cc (getov_result): Add parameters to facilitate better EOF checking.
(pipe_handler): Pass extra arguments to getov_result.
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 2d12203e7..9ce596289 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2008-12-20 Christopher Faylor <me+cygwin@cgf.cx> + * pipe.cc (getov_result): Add parameters to facilitate better EOF + checking. + (pipe_handler): Pass extra arguments to getov_result. + +2008-12-20 Christopher Faylor <me+cygwin@cgf.cx> + * fhandler.cc (fhandler_base::wait_overlapped): Reorganize to eliminate gotos and to hopefully eliminate one race when a signal is detected or there is a WFMO error. |