mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* shared.cc (shared_info::initialize): Remove myself check since hMainProc
initialization will allow user initialization to work.
This commit is contained in:
parent
f3d0380417
commit
4a204f6625
@ -1,3 +1,8 @@
|
||||
2003-10-10 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* shared.cc (shared_info::initialize): Remove myself check since
|
||||
hMainProc initialization will allow user initialization to work.
|
||||
|
||||
2003-10-09 Yitzchak Scott-Thoennes <sthoenna@efn.org>
|
||||
|
||||
* include/sys/mman.h (MAP_FAILED): Define as void *.
|
||||
@ -6,8 +11,8 @@
|
||||
|
||||
* dcrt0.cc (hMainProc): Initialize to useful value for use when dll is
|
||||
dynamically loaded.
|
||||
(shared_info::initialize): Don't initialize user stuff if myself
|
||||
doesn't exist.
|
||||
* shared.cc (shared_info::initialize): Don't initialize user stuff if
|
||||
myself doesn't exist.
|
||||
|
||||
2003-10-08 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
|
@ -220,8 +220,7 @@ shared_info::initialize ()
|
||||
if (!cygheap)
|
||||
{
|
||||
cygheap_init ();
|
||||
if (myself)
|
||||
cygheap->user.init ();
|
||||
cygheap->user.init ();
|
||||
}
|
||||
|
||||
heap_init ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user