* cygheap.cc (cygheap_dummy): Rename from cygheap_at_start.

(cygheap): Accommodate name change to cygheap_dummy.
(cygheap_init): Ditto.
(cygheap_fixup_in_child): Simplify slightly.
* fork.cc (fork): Add an advisory comment.
This commit is contained in:
Christopher Faylor
2011-05-30 06:24:53 +00:00
parent 57b670586c
commit 3a88e09e7f
3 changed files with 13 additions and 5 deletions

View File

@ -601,6 +601,7 @@ extern "C" int
fork ()
{
frok grouped;
/* No cygheap allocation beyond this point. */
debug_printf ("entering");
grouped.load_dlls = 0;