| commit | 80f510c8a46b218e8cdff001049e8037bcdabe57 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Tue Jan 18 18:26:43 2005 +0000 |
| committer | rsc <devnull@localhost> | Tue Jan 18 18:26:43 2005 +0000 |
| tree | 5e0f30fc3db64ae3ad77eb0aab79d9d7db5729f3 | |
| parent | f3e872014e3079ec4a9fa153a9eea610149adc37 [diff] |
add threadspawnl
diff --git a/include/thread.h b/include/thread.h index 0ba726a..aa405af 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -171,6 +171,7 @@ 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)