mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
osprocid can be -1
This commit is contained in:
parent
2c0803972b
commit
669a062b5a
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ struct Proc
|
|||
#ifdef PLAN9PORT_USING_PTHREADS
|
||||
pthread_t osprocid;
|
||||
#else
|
||||
uint osprocid;
|
||||
int osprocid;
|
||||
#endif
|
||||
Lock lock;
|
||||
int nswitch;
|
||||
|
|
Loading…
Reference in a new issue