* shared.cc (shared_info::initialize): Remove myself check since hMainProc
initialization will allow user initialization to work.
This commit is contained in:
@@ -220,8 +220,7 @@ shared_info::initialize ()
|
||||
if (!cygheap)
|
||||
{
|
||||
cygheap_init ();
|
||||
if (myself)
|
||||
cygheap->user.init ();
|
||||
cygheap->user.init ();
|
||||
}
|
||||
|
||||
heap_init ();
|
||||
|
Reference in New Issue
Block a user