Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-10-24 23:33:03 +0400
committerChristopher Faylor <me@cgf.cx>2010-10-24 23:33:03 +0400
commitec515e9e47dc200b8db1fc22185c5c44484b0f55 (patch)
treec8c3d137b1af0c6d9656927b4c6f65943efe9cfa /winsup
parent5160c5f4303773e03d599342e696fa3c349f9f05 (diff)
Tweak entry.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog4
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.