diff options
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 0ba726a4..aa405afd 100644 --- a/include/thread.h +++ b/include/thread.h @@ -171,6 +171,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 threadspawnl(int[3], char*, ...); Channel* threadwaitchan(void); #if defined(__cplusplus) |