diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-02 17:35:22 +0000 |
commit | be7d909395d7a2b6e6b656997057c631dddfa2d7 (patch) | |
tree | 534d8ccf2559402dd8e2ea6881e8656312275e6d /winsup/cygwin/init.cc | |
parent | 414808f9e01ce103d2bc67d4ddaa802125ce5512 (diff) | |
download | cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.gz cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.tar.bz2 cygnal-be7d909395d7a2b6e6b656997057c631dddfa2d7.zip |
Grr. REVERT erroneous checkin. AGAIN.
Diffstat (limited to 'winsup/cygwin/init.cc')
-rw-r--r-- | winsup/cygwin/init.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/init.cc b/winsup/cygwin/init.cc index cad51cc8e..491a9d2e3 100644 --- a/winsup/cygwin/init.cc +++ b/winsup/cygwin/init.cc @@ -147,7 +147,6 @@ dll_entry (HANDLE h, DWORD reason, void *static_load) case DLL_PROCESS_ATTACH: cygwin_hmodule = (HMODULE) h; dynamically_loaded = (static_load == NULL); - init_console_handler (TRUE); /* Is the stack at an unusual address? This is, an address which is in the usual space occupied by the process image, but below |