Commit Diff


commit - f3e872014e3079ec4a9fa153a9eea610149adc37
commit + 80f510c8a46b218e8cdff001049e8037bcdabe57
blob - 0ba726a4db9fce68352e2f3abdeae12de9700386
blob + aa405afd54aa38b7478bb2361dd5a0f4431de0e0
--- include/thread.h
+++ 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)