URI: 
       tmore exits - 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 4753f0691a01a52bd5aa6b650832fbc3fba9218e
   DIR parent 7a2c88509bea849196ed4b77cf10512c4ff40cce
  HTML Author: rsc <devnull@localhost>
       Date:   Mon, 17 Jan 2005 21:30:15 +0000
       
       more exits
       
       Diffstat:
         M src/libthread/FreeBSD.c             |       3 +++
         M src/libthread/Linux.c               |       3 +++
       
       2 files changed, 6 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/src/libthread/FreeBSD.c b/src/libthread/FreeBSD.c
       t@@ -1,5 +1,8 @@
        #include "threadimpl.h"
        
       +#undef exits
       +#undef _exits
       +
        extern int __isthreaded;
        
        /*
   DIR diff --git a/src/libthread/Linux.c b/src/libthread/Linux.c
       t@@ -1,5 +1,8 @@
        #include "threadimpl.h"
        
       +#undef exits
       +#undef _exits
       +
        static int
        timefmt(Fmt *fmt)
        {