mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue