tadd network routines - 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 a3ad5254ee22b8aeb217a40f4c2fb602a4480906
 (DIR) parent d1b4cfde55d1ba163047cb49b1305452be6f66fc
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed,  9 Jun 2004 14:13:24 +0000
       
       add network routines
       
       Diffstat:
         M include/thread.h                    |       4 ++++
       
       1 file changed, 4 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/include/thread.h b/include/thread.h
       t@@ -118,6 +118,10 @@ int                threadsetgrp(int);        /* set thread group, return old */
        void                threadsetname(char *fmt, ...);
        void                threadsleep(int);
        Channel*        threadwaitchan(void);
       +int                threadannounce(char*, char*);
       +int                threadlisten(char*, char*);
       +int                threadaccept(int, char*);
       +
        int        tprivalloc(void);
        void        tprivfree(int);
        void        **tprivaddr(int);