add procwait

This commit is contained in:
rsc 2006-02-12 16:48:11 +00:00
parent 7722ad0044
commit 3fd66761f7

View file

@ -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