Revert incorrect checkins.

This commit is contained in:
Christopher Faylor
2001-10-05 04:37:33 +00:00
parent f978840bee
commit b3fa795ab9
3 changed files with 1 additions and 8 deletions

View File

@ -315,7 +315,6 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls)
/* Initialize signal/process handling */
sigproc_init ();
__pthread_atforkchild ();
MALLOC_CHECK;
cygbench ("fork-child");
return 0;
}