diff options
Diffstat (limited to 'include/thread.h')
-rw-r--r-- | include/thread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 94c99a25..353d35d3 100644 --- a/include/thread.h +++ b/include/thread.h @@ -178,6 +178,11 @@ int threadspawn(int[3], char*, char*[]); int threadspawnl(int[3], char*, ...); Channel* threadwaitchan(void); +/* + * alternate interface to threadwaitchan - don't use both! + */ +Waitmsg* procwait(int pid); + #if defined(__cplusplus) } #endif |