URI: 
       tadd needstack - 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 cf10d09666d4625e2efd87029e3370b93bdd2033
   DIR parent 661756d7154f1ef4228593fcf6298fdba20a6775
  HTML Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 23:34:46 +0000
       
       add needstack
       
       Diffstat:
         M include/libc.h                      |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/include/libc.h b/include/libc.h
       t@@ -397,6 +397,8 @@ extern        void        p9syslog(int, char*, char*, ...);
        extern        long        p9time(long*);
        /* extern        int        tolower(int); <ctype.h> */
        /* extern        int        toupper(int); <ctype.h> */
       +extern        void        needstack(int);
       +
        #ifndef NOPLAN9DEFINES
        #define atexit                p9atexit
        #define atexitdont        p9atexitdont