mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add needstack
This commit is contained in:
parent
661756d715
commit
cf10d09666
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue