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>2001-02-20 06:28:01 +0300
committerChristopher Faylor <me@cgf.cx>2001-02-20 06:28:01 +0300
commit441d7aeef107020fd884f8140e95a006a3f0fbea (patch)
tree9b1f8b2373c4ee5632d2ccee4bc23d75ecf9264c /winsup/cygwin/dcrt0.cc
parentf97e7d754c03d1a2b09a0da9fe7564ad445b7476 (diff)
* dcrt0.cc (locale_init): Remove.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 553931338..60e990c8b 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -765,9 +765,6 @@ dll_crt0_1 ()
if (!old_title && GetConsoleTitle (title_buf, TITLESIZE))
old_title = title_buf;
- /* Initialize locale */
- locale_init ();
-
/* Allocate fdtab */
dtable_init ();