diff options
author | rsc <devnull@localhost> | 2004-04-21 23:34:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 23:34:46 +0000 |
commit | cf10d09666d4625e2efd87029e3370b93bdd2033 (patch) | |
tree | 755c66620b0d3eeb68cee137e4096e157b42677a | |
parent | 661756d7154f1ef4228593fcf6298fdba20a6775 (diff) | |
download | plan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.tar.gz plan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.tar.bz2 plan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.zip |
add needstack
-rw-r--r-- | include/libc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libc.h b/include/libc.h index 7024378d..ee396cc4 100644 --- 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 |