Skip to content
Snippets Groups Projects
Commit d6b20251 authored by rsc's avatar rsc
Browse files

fd.c -> file.c

parent 26dfb4c8
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ void pipe_close(struct pipe*, int);
int pipe_write(struct pipe*, char*, int);
int pipe_read(struct pipe*, char*, int);
// fd.c
// file.c
struct stat;
void fileinit(void);
int fdalloc(void);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment