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:
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 27450940c..acba8a46e 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -1124,7 +1124,7 @@ _dll_crt0 ()
}
else
/* Fall back to respawning if creating a new stack fails. */
- wow64_respawn_process();
+ wow64_respawn_process ();
}
main_environ = user_data->envptr;
if (in_forkee)