* sync.h (muto::initforce): Delete flawed implementation.

* pwdgrp.h (pwdgrp::pglock): Make static.
* grp.cc (pwdgrp::pwdgrp): Eliminate use of initforce.
This commit is contained in:
Christopher Faylor
2005-04-05 06:04:57 +00:00
parent f45c299dbe
commit 2f1086cbca
5 changed files with 12 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ Static char cprocs[(NPROCS + 1) * sizeof (pinfo)];// All my children info
// constructor operation at DLL startup
Static waitq waitq_head = {0, 0, 0, 0, 0, 0, 0};// Start of queue for wait'ing threads
muto NO_COPY sync_proc_subproc; // Control access to subproc stuff
static muto NO_COPY sync_proc_subproc; // Control access to subproc stuff
DWORD NO_COPY sigtid = 0; // ID of the signal thread