fd.c -> file.c
This commit is contained in:
parent
26dfb4c80d
commit
d6b20251f0
2
defs.h
2
defs.h
|
@ -90,7 +90,7 @@ void pipe_close(struct pipe*, int);
|
||||||
int pipe_write(struct pipe*, char*, int);
|
int pipe_write(struct pipe*, char*, int);
|
||||||
int pipe_read(struct pipe*, char*, int);
|
int pipe_read(struct pipe*, char*, int);
|
||||||
|
|
||||||
// fd.c
|
// file.c
|
||||||
struct stat;
|
struct stat;
|
||||||
void fileinit(void);
|
void fileinit(void);
|
||||||
int fdalloc(void);
|
int fdalloc(void);
|
||||||
|
|
Loading…
Reference in a new issue