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-11-30 11:11:19 +0400
committerChristopher Faylor <me@cgf.cx>2012-11-30 11:11:19 +0400
commit1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f (patch)
treecf5e251aa764974a602970ffc1f45160f6789a05 /winsup/cygwin/dcrt0.cc
parent0772f3f1c18483ff69b4a4cec918df39596eae5c (diff)
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
when looking for cmd.exe command line.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 1f5ffbf7b..cb96d4abd 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -718,6 +718,7 @@ init_windows_system_directory ()
void
dll_crt0_0 ()
{
+ small_printf ("HERE\n");
wincap.init ();
child_proc_info = get_cygwin_startup_info ();
init_windows_system_directory ();
@@ -782,6 +783,7 @@ dll_crt0_0 ()
sigproc_init ();
debug_printf ("finished dll_crt0_0 initialization");
+ small_printf ("THERE\n");
}
/* Take over from libc's crt0.o and start the application. Note the