summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dcrt0.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-01-08 04:02:02 +0000
committerChristopher Faylor <me@cgf.cx>2001-01-08 04:02:02 +0000
commit077ec4cb37134f2e90dd282ce9c6e496052e35e5 (patch)
treed551c0b2fc0000d7a858d98afbd1c5d27ecb8ac1 /winsup/cygwin/dcrt0.cc
parent10422a10ea57f189556171b00c691536512beaa0 (diff)
downloadcygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.tar.gz
cygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.tar.bz2
cygnal-077ec4cb37134f2e90dd282ce9c6e496052e35e5.zip
* pinfo.cc (codepage_init): Move function.
* environ.cc (codepage_init): To here. * exceptoins.cc (SIG_NONMASKABLE): Remove SIGCONT from consideration since it is supposed to be maskable. * signal.cc (sigaction): Ditto. * sigproc.cc (wait_sig): Ditto. * winsup.h: Eliminate global declaration of codepage_init.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index d4a6bb952..368cc5eb1 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1,6 +1,6 @@
/* dcrt0.cc -- essentially the main() for the Cygwin dll
- Copyright 1996, 1997, 1998, 1999, 2000 Cygnus Solutions.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001 Red Hat, Inc.
This file is part of Cygwin.
@@ -793,7 +793,7 @@ dll_crt0_1 ()
line = strcpy ((char *) alloca (strlen (line) + 1), line);
if (current_codepage == oem_cp)
- CharToOemA ( line, line );
+ CharToOemA (line, line);
/* Scan the command line and build argv. Expand wildcards if not
called from another cygwin process. */