Update ChangeLog.

This commit is contained in:
Christopher Faylor
2000-11-16 05:21:03 +00:00
parent 0d675c5d7f
commit 0dc9dc8b3a
2 changed files with 3 additions and 6 deletions

View File

@ -314,7 +314,7 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls)
static void
slow_pid_reuse (HANDLE h)
{
static NO_COPY HANDLE last_fork_procs[128] = {0};
static NO_COPY HANDLE last_fork_procs[8] = {0};
static NO_COPY unsigned nfork_procs = 0;
if (nfork_procs >= (sizeof (last_fork_procs) / sizeof (last_fork_procs [0])))