libthread: make pthreadperthread the default
This commit is contained in:
parent
b73633b1b4
commit
e68f07d46f
2 changed files with 15 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ static uint threadnsysproc;
|
|||
static Lock threadnproclock;
|
||||
static Ref threadidref;
|
||||
static Proc *threadmainproc;
|
||||
static int pthreadperthread;
|
||||
static int pthreadperthread = 1;
|
||||
|
||||
static void addproc(Proc*);
|
||||
static void delproc(Proc*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue