Tweak entry.

This commit is contained in:
Christopher Faylor 2010-10-24 19:33:03 +00:00
parent 5160c5f430
commit ec515e9e47
1 changed files with 2 additions and 2 deletions

View File

@ -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.