just a stub.
This commit is contained in:
parent
06c4fd06ca
commit
141243821c
1 changed files with 8 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue