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>2005-11-04 20:38:32 +0300
committerChristopher Faylor <me@cgf.cx>2005-11-04 20:38:32 +0300
commitf359a29fc84fdb1eca5b46f0a274e6fc8bdbc2ee (patch)
tree5e56d33df802f867ab3001caeb0e3c18c326908b /winsup/cygwin/fork.cc
parent39dd399c50ee4b20e6d733300d0b0939efe5f204 (diff)
* times.cc (hires_ms::prime): More debugging.
(hires_ms::usecs): Ditto.
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;
}