diff options
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r-- | src/libthread/threadimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index cb5b0168..f0b55d97 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -95,7 +95,7 @@ struct Proc #ifdef PLAN9PORT_USING_PTHREADS pthread_t osprocid; #else - uint osprocid; + int osprocid; #endif Lock lock; int nswitch; |