commit 3fd66761f7d3b1b93e9d2f819b7edbdb13152c75 from: rsc date: Sun Feb 12 16:48:11 2006 UTC add procwait commit - 7722ad0044128996c43af1e5bfe34e6fc7924007 commit + 3fd66761f7d3b1b93e9d2f819b7edbdb13152c75 blob - 94c99a25d8f7e014ac4ff8fa49a07738cae4cf9d blob + 353d35d3aff8bb297c0b2c52ca293294ccc0482c --- include/thread.h +++ 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