Skip to content

Commit

Permalink
fd.c -> file.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Sep 6, 2006
1 parent 26dfb4c commit d6b2025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d6b2025

Please sign in to comment.