just a stub.
This commit is contained in:
parent
06c4fd06ca
commit
141243821c
8
src/lib9/needstack.c
Normal file
8
src/lib9/needstack.c
Normal file
@ -0,0 +1,8 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
void
|
||||
needstack(int howmuch)
|
||||
{
|
||||
USED(howmuch);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user