From bcf527a98e295548629620a7cb06ada951db7822 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 17 Sep 2004 03:34:32 +0000 Subject: Continue switching library over to pthreads when possible. Tprimes works on Linux 2.6. You can only have 128 procs though. --- include/libc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libc.h') diff --git a/include/libc.h b/include/libc.h index 1db39606..87b6bfd0 100644 --- a/include/libc.h +++ b/include/libc.h @@ -454,6 +454,7 @@ struct _Procrend int asleep; Lock *l; void *arg; + int pid; #ifdef PLAN9_PTHREADS pthread_cond_t cond; #endif -- cgit v1.2.3