fileincref -> filedup (consistent with idup)
This commit is contained in:
parent
7895178df3
commit
1ccff18b24
4 changed files with 9 additions and 9 deletions
2
defs.h
2
defs.h
|
|
@ -28,7 +28,7 @@ int exec(char*, char**);
|
|||
// file.c
|
||||
struct file* filealloc(void);
|
||||
void fileclose(struct file*);
|
||||
void fileincref(struct file*);
|
||||
struct file* filedup(struct file*);
|
||||
void fileinit(void);
|
||||
int fileread(struct file*, char*, int n);
|
||||
int filestat(struct file*, struct stat*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue