declare sysfatal as lib function
This commit is contained in:
parent
dcf9fca6cc
commit
f163dcf6f9
1
plan9.h
1
plan9.h
|
@ -193,6 +193,7 @@ struct Dir {
|
||||||
|
|
||||||
long readn(int, void*, long);
|
long readn(int, void*, long);
|
||||||
void remotehost(char*, int);
|
void remotehost(char*, int);
|
||||||
|
void sysfatal(char*, ...);
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
NAMELEN = 28,
|
NAMELEN = 28,
|
||||||
|
|
1
u9fs.c
1
u9fs.c
|
@ -72,7 +72,6 @@ void* emalloc(size_t);
|
||||||
void* erealloc(void*, size_t);
|
void* erealloc(void*, size_t);
|
||||||
char* estrdup(char*);
|
char* estrdup(char*);
|
||||||
char* estrpath(char*, char*, int);
|
char* estrpath(char*, char*, int);
|
||||||
void sysfatal(char*, ...);
|
|
||||||
int okuser(char*);
|
int okuser(char*);
|
||||||
|
|
||||||
void rversion(Fcall*, Fcall*);
|
void rversion(Fcall*, Fcall*);
|
||||||
|
|
Loading…
Reference in New Issue