Grr. REVERT erroneous checkin. AGAIN.

This commit is contained in:
Christopher Faylor
2005-09-02 17:35:22 +00:00
parent 414808f9e0
commit be7d909395
9 changed files with 20 additions and 34 deletions

View File

@@ -158,7 +158,12 @@ cygheap_init ()
cygheap_protect.init ("cygheap_protect");
if (!cygheap)
{
#if 1
cygheap = (init_cygheap *) memset (_cygheap_start, 0, _cygheap_mid - _cygheap_start);
#else
cygheap = (init_cygheap *) _cygheap_start;
#endif
cygheap_max = cygheap;
_csbrk (sizeof (*cygheap));
}