more irix-inspired fixes
This commit is contained in:
@ -44,7 +44,7 @@ void cnameclose(Cname*);
|
||||
void confinit(void);
|
||||
void confinit1(int);
|
||||
int consactive(void);
|
||||
void (*consdebug)(void);
|
||||
extern void (*consdebug)(void);
|
||||
void copen(Chan*);
|
||||
Block* concatblock(Block*);
|
||||
Block* copyblock(Block*, int);
|
||||
@ -146,7 +146,7 @@ void kickpager(void);
|
||||
void killbig(void);
|
||||
int kproc(char*, void(*)(void*), void*);
|
||||
void kprocchild(Proc*, void (*)(void*), void*);
|
||||
void (*kproftimer)(ulong);
|
||||
extern void (*kproftimer)(ulong);
|
||||
void ksetenv(char*, char*, int);
|
||||
void kstrcpy(char*, char*, int);
|
||||
void kstrdup(char**, char*);
|
||||
@ -294,11 +294,11 @@ long rtctime(void);
|
||||
void runlock(RWlock*);
|
||||
Proc* runproc(void);
|
||||
void savefpregs(FPsave*);
|
||||
void (*saveintrts)(void);
|
||||
extern void (*saveintrts)(void);
|
||||
void sched(void);
|
||||
void scheddump(void);
|
||||
void schedinit(void);
|
||||
void (*screenputs)(char*, int);
|
||||
extern void (*screenputs)(char*, int);
|
||||
long seconds(void);
|
||||
ulong segattach(Proc*, ulong, char *, ulong, ulong);
|
||||
void segclock(ulong);
|
||||
|
Reference in New Issue
Block a user