* dcrt0.cc (locale_init): Remove.
This commit is contained in:
parent
f97e7d754c
commit
441d7aeef1
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Feb 19 22:25:53 2001 Christopher Faylor <cgf@cygnus.com>
|
||||||
|
|
||||||
|
* dcrt0.cc (locale_init): Remove.
|
||||||
|
|
||||||
2001-02-15 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
|
2001-02-15 Kazuhiro Fujieda <fujieda@jaist.ac.jp>
|
||||||
|
|
||||||
* cygwin.din: Export rand48 functions.
|
* cygwin.din: Export rand48 functions.
|
||||||
|
|
|
@ -765,9 +765,6 @@ dll_crt0_1 ()
|
||||||
if (!old_title && GetConsoleTitle (title_buf, TITLESIZE))
|
if (!old_title && GetConsoleTitle (title_buf, TITLESIZE))
|
||||||
old_title = title_buf;
|
old_title = title_buf;
|
||||||
|
|
||||||
/* Initialize locale */
|
|
||||||
locale_init ();
|
|
||||||
|
|
||||||
/* Allocate fdtab */
|
/* Allocate fdtab */
|
||||||
dtable_init ();
|
dtable_init ();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue