From 9e4b56e7645e08311590355824863ecf9f334f0c Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 22 Oct 2012 12:32:09 -0400 Subject: libthread: add threadspawnd R=rsc http://codereview.appspot.com/6742064 --- include/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/thread.h b/include/thread.h index 43c35bf3..c01cd516 100644 --- a/include/thread.h +++ b/include/thread.h @@ -175,6 +175,7 @@ long iowrite(Ioproc *io, int fd, void *a, long n); void threadexec(Channel*, int[3], char*, char *[]); void threadexecl(Channel*, int[3], char*, ...); int threadspawn(int[3], char*, char*[]); +int threadspawnd(int[3], char*, char*[], char*); int threadspawnl(int[3], char*, ...); Channel* threadwaitchan(void); -- cgit v1.2.3