tadd threadspawnl - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 80f510c8a46b218e8cdff001049e8037bcdabe57
 (DIR) parent f3e872014e3079ec4a9fa153a9eea610149adc37
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 18 Jan 2005 18:26:43 +0000
       
       add threadspawnl
       
       Diffstat:
         M include/thread.h                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/thread.h b/include/thread.h
       t@@ -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)