mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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 long p9time(long*);
|
||||||
/* extern int tolower(int); <ctype.h> */
|
/* extern int tolower(int); <ctype.h> */
|
||||||
/* extern int toupper(int); <ctype.h> */
|
/* extern int toupper(int); <ctype.h> */
|
||||||
|
extern void needstack(int);
|
||||||
|
|
||||||
#ifndef NOPLAN9DEFINES
|
#ifndef NOPLAN9DEFINES
|
||||||
#define atexit p9atexit
|
#define atexit p9atexit
|
||||||
#define atexitdont p9atexitdont
|
#define atexitdont p9atexitdont
|
||||||
|
|
Loading…
Reference in a new issue