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
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-07-29 23:18:05 +0400
committerChristopher Faylor <me@cgf.cx>2012-07-29 23:18:05 +0400
commit7ea2ecec23fb3614b490d729cc834617b2dadc78 (patch)
treeb635daa2c60e481e49e4d1b26bd2e56a72e371cd /winsup/cygwin/dcrt0.cc
parenta2b7f569715640f97f6761f2cf49b455ef71fb29 (diff)
* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'
handling to print non-printable characters using hex notation. * smallprint.cc (__small_vsprintf): Semi-reimplement printing of non-printable characters in hex but only when padding is specified. * dcrt0.cc (dll_crt0_0): Remove tty_list initialization. * shared.cc (memory_init): Initialize tty_list here. * path.cc (path_conv::check): Remove unneeded parentheses from if check.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index c1df0a2f6..7e32de0ef 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -774,7 +774,6 @@ dll_crt0_0 ()
user_data->threadinterface->Init ();
_cygtls::init ();
- tty_list::init_session ();
_main_tls = &_my_tls;