URI:
       tadd chansetname prototype - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e317e37406f8597d42c1e37ab7fcc4f7f901b342
   DIR parent 10b45557661879b4caa1da8553f250ce7717a385
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 27 Dec 2004 03:36:37 +0000
       
       add chansetname prototype
       
       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@@ -94,6 +94,7 @@ ulong                chanrecvul(Channel *c);
        int                chansend(Channel *c, void *v);
        int                chansendp(Channel *c, void *v);
        int                chansendul(Channel *c, ulong v);
       +void                chansetname(Channel *c, char *fmt, ...);
        
        #define        alt                chanalt
        #define        nbrecv        channbrecv