commit | 669a062b5ac041312f6b9371b665f9c1e2b93799 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Jan 30 16:35:05 2005 +0000 |
committer | rsc <devnull@localhost> | Sun Jan 30 16:35:05 2005 +0000 |
tree | f94142a11e1665b0c431f51d95b057fbf015c914 | |
parent | 2c0803972bab12df909dac3922a4b73d16221553 [diff] |
osprocid can be -1
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index cb5b016..f0b55d9 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h
@@ -95,7 +95,7 @@ #ifdef PLAN9PORT_USING_PTHREADS pthread_t osprocid; #else - uint osprocid; + int osprocid; #endif Lock lock; int nswitch;