just a stub.

This commit is contained in:
rsc 2004-04-21 22:44:51 +00:00
parent 06c4fd06ca
commit 141243821c

8
src/lib9/needstack.c Normal file
View file

@ -0,0 +1,8 @@
#include <u.h>
#include <libc.h>
void
needstack(int howmuch)
{
USED(howmuch);
}