aboutsummaryrefslogtreecommitdiff
path: root/src/libthread
diff options
context:
space:
mode:
Diffstat (limited to 'src/libthread')
-rw-r--r--src/libthread/threadimpl.h2
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;