diff options
author | rsc <devnull@localhost> | 2004-04-23 05:17:54 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-23 05:17:54 +0000 |
commit | 1aa4e9c82e91806e2ec09b0c05951a5fc299a812 (patch) | |
tree | d67bad9a32eecd7590be65da0414571f72ba8bbe /include | |
parent | e21fee604e3b53fd8c57ac3817e6d829f62d6ee3 (diff) | |
download | plan9port-1aa4e9c82e91806e2ec09b0c05951a5fc299a812.tar.gz plan9port-1aa4e9c82e91806e2ec09b0c05951a5fc299a812.tar.bz2 plan9port-1aa4e9c82e91806e2ec09b0c05951a5fc299a812.zip |
little things
Diffstat (limited to 'include')
-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 6c12648e..18bb4091 100644 --- a/include/thread.h +++ b/include/thread.h @@ -82,6 +82,7 @@ int procrfork(void (*f)(void *arg), void *arg, unsigned int stacksize, int flag void** procdata(void); void threadexec(Channel *, int[3], char *, char *[]); void threadexecl(Channel *, int[3], char *, ...); +int threadspawn(int[3], char*, char*[]); int recv(Channel *c, void *v); void* recvp(Channel *c); unsigned long recvul(Channel *c); |