aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-18 18:26:43 +0000
committerrsc <devnull@localhost>2005-01-18 18:26:43 +0000
commit80f510c8a46b218e8cdff001049e8037bcdabe57 (patch)
tree5e0f30fc3db64ae3ad77eb0aab79d9d7db5729f3 /include
parentf3e872014e3079ec4a9fa153a9eea610149adc37 (diff)
downloadplan9port-80f510c8a46b218e8cdff001049e8037bcdabe57.tar.gz
plan9port-80f510c8a46b218e8cdff001049e8037bcdabe57.tar.bz2
plan9port-80f510c8a46b218e8cdff001049e8037bcdabe57.zip
add threadspawnl
Diffstat (limited to 'include')
-rw-r--r--include/thread.h1
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)