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>2003-10-10 23:07:08 +0400
committerChristopher Faylor <me@cgf.cx>2003-10-10 23:07:08 +0400
commit4a204f662564c871b6cf89f9a595e1679131a460 (patch)
tree87d4acaccd3e17a351c66caa33a3fcae37c55a86 /winsup/cygwin/shared.cc
parentf3d038041792fc7b768d64be208621bbe4c3cf8c (diff)
* shared.cc (shared_info::initialize): Remove myself check since hMainProc
initialization will allow user initialization to work.
Diffstat (limited to 'winsup/cygwin/shared.cc')
-rw-r--r--winsup/cygwin/shared.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/shared.cc b/winsup/cygwin/shared.cc
index b3da33b66..911465aea 100644
--- a/winsup/cygwin/shared.cc
+++ b/winsup/cygwin/shared.cc
@@ -220,8 +220,7 @@ shared_info::initialize ()
if (!cygheap)
{
cygheap_init ();
- if (myself)
- cygheap->user.init ();
+ cygheap->user.init ();
}
heap_init ();