tjust a stub. - 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 141243821c3d637f32291019ae4651b9e32924ea
 (DIR) parent 06c4fd06cae9dd155eb284eac046f54d1c75bb24
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 21 Apr 2004 22:44:51 +0000
       
       just a stub.
       
       Diffstat:
         A src/lib9/needstack.c                |       8 ++++++++
       
       1 file changed, 8 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/lib9/needstack.c b/src/lib9/needstack.c
       t@@ -0,0 +1,8 @@
       +#include <u.h>
       +#include <libc.h>
       +
       +void
       +needstack(int howmuch)
       +{
       +        USED(howmuch);
       +}