diff options
| author | rsc <devnull@localhost> | 2004-09-17 03:34:32 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-09-17 03:34:32 +0000 |
| commit | bcf527a98e295548629620a7cb06ada951db7822 (patch) | |
| tree | 0c459268d6391745a7acc3fefb82ba1e62ed858e /include/libc.h | |
| parent | 06bb4ed20d855b60e39c1125d8d715ba8892265b (diff) | |
Continue switching library over to pthreads when possible.
Tprimes works on Linux 2.6. You can only have 128 procs
though.
Diffstat (limited to 'include/libc.h')
| -rw-r--r-- | include/libc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |