diff options
author | Christopher Faylor <me@cgf.cx> | 2010-10-24 19:33:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-10-24 19:33:03 +0000 |
commit | ec515e9e47dc200b8db1fc22185c5c44484b0f55 (patch) | |
tree | c8c3d137b1af0c6d9656927b4c6f65943efe9cfa | |
parent | 5160c5f4303773e03d599342e696fa3c349f9f05 (diff) | |
download | cygnal-ec515e9e47dc200b8db1fc22185c5c44484b0f55.tar.gz cygnal-ec515e9e47dc200b8db1fc22185c5c44484b0f55.tar.bz2 cygnal-ec515e9e47dc200b8db1fc22185c5c44484b0f55.zip |
Tweak entry.
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 42b1a8853..879411186 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -3,8 +3,8 @@ * dcrt0.cc (do_exit): Don't set thread termination until all fds have been closed since an fd may rely on a thread. * fhandler_tty.cc: Reformat comment. - (fhandler_pty_master::pty_master_thread): Refuse ERROR_PIPE_CONNECTED - state as an error. + (fhandler_pty_master::pty_master_thread): Don't treat + ERROR_PIPE_CONNECTED state as an error. * globals.cc (exit_states): Reorder ES_THREADTERM. * path.cc (find_fast_cwd_pointers): Remove excessively wordy DEBUGGING output. |