Revert errnoneous commit.

This commit is contained in:
Christopher Faylor
2000-07-03 20:16:23 +00:00
parent 8366e93be9
commit 3b09c754da
4 changed files with 16 additions and 30 deletions

View File

@@ -637,6 +637,9 @@ dll_crt0_1 ()
(void) SetErrorMode (SEM_FAILCRITICALERRORS);
/* Initialize the heap. */
heap_init ();
/* Initialize events. */
events_init ();
@@ -670,9 +673,6 @@ dll_crt0_1 ()
longjmp (ciresrv->jmp, ciresrv->cygpid);
}
/* Initialize the heap. */
heap_init ();
/* Initialize our process table entry. Don't use the parent info for
dynamically loaded case. */
pinfo_init ((dynamically_loaded) ? NULL : info);