From 669a062b5ac041312f6b9371b665f9c1e2b93799 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 30 Jan 2005 16:35:05 +0000 Subject: osprocid can be -1 --- src/libthread/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/threadimpl.h') 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; -- cgit v1.2.3