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:
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index 31d2a10b5..33811eccd 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -240,8 +240,8 @@ frok::child (void *)
cygbench ("fork-child");
ld_preload ();
fixup_hooks_after_fork ();
- cygwin_finished_initializing = true;
_my_tls.fixup_after_fork ();
+ cygwin_finished_initializing = true;
return 0;
}