osprocid can be -1
This commit is contained in:
parent
2c0803972b
commit
669a062b5a
@ -95,7 +95,7 @@ struct Proc
|
|||||||
#ifdef PLAN9PORT_USING_PTHREADS
|
#ifdef PLAN9PORT_USING_PTHREADS
|
||||||
pthread_t osprocid;
|
pthread_t osprocid;
|
||||||
#else
|
#else
|
||||||
uint osprocid;
|
int osprocid;
|
||||||
#endif
|
#endif
|
||||||
Lock lock;
|
Lock lock;
|
||||||
int nswitch;
|
int nswitch;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user