aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 23:34:46 +0000
committerrsc <devnull@localhost>2004-04-21 23:34:46 +0000
commitcf10d09666d4625e2efd87029e3370b93bdd2033 (patch)
tree755c66620b0d3eeb68cee137e4096e157b42677a /include
parent661756d7154f1ef4228593fcf6298fdba20a6775 (diff)
downloadplan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.tar.gz
plan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.tar.bz2
plan9port-cf10d09666d4625e2efd87029e3370b93bdd2033.zip
add needstack
Diffstat (limited to 'include')
-rw-r--r--include/libc.h2
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