fix emalloc prototype
This commit is contained in:
parent
07ef704cab
commit
c135352562
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ void replyfuseerrno(FuseMsg *m, int e);
|
|||
void replyfuseerrstr(FuseMsg*);
|
||||
void request9p(Fcall *tx);
|
||||
|
||||
void* emalloc(size_t n);
|
||||
void* erealloc(void *p, size_t n);
|
||||
void* emalloc(uint n);
|
||||
void* erealloc(void *p, uint n);
|
||||
char* estrdup(char *p);
|
||||
|
||||
int errstr2errno(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue