diff options
author | Christopher Faylor <me@cgf.cx> | 2010-10-24 18:50:57 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-10-24 18:50:57 +0000 |
commit | 5160c5f4303773e03d599342e696fa3c349f9f05 (patch) | |
tree | 8c727ed933a531195b66ca5f6bd283d8f36505f3 /winsup/cygwin/path.cc | |
parent | 488ddaced31b6e5c022732588375ddf6281b1c1a (diff) | |
download | cygnal-5160c5f4303773e03d599342e696fa3c349f9f05.tar.gz cygnal-5160c5f4303773e03d599342e696fa3c349f9f05.tar.bz2 cygnal-5160c5f4303773e03d599342e696fa3c349f9f05.zip |
* 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.
* globals.cc (exit_states): Reorder ES_THREADTERM.
* path.cc (find_fast_cwd_pointers): Remove excessively wordy DEBUGGING output.
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 468570166..ebd613e4a 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -3477,9 +3477,6 @@ find_fast_cwd_pointers () if (movesi[0] != 0x8b) return; fast_cwd_ptr = (PFAST_CWD *) peek32 (movesi + 2); -#ifdef DEBUGGING - system_printf ("fast_cwd_ptr: %p", fast_cwd_ptr); -#endif } static inline void |