plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit cf10d09666d4625e2efd87029e3370b93bdd2033
parent 661756d7154f1ef4228593fcf6298fdba20a6775
Author: rsc <devnull@localhost>
Date:   Wed, 21 Apr 2004 23:34:46 +0000

add needstack

Diffstat:
Minclude/libc.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/libc.h b/include/libc.h @@ -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