提交 d6b20251 创建 作者: rsc's avatar rsc

fd.c -> file.c

上级 26dfb4c8
...@@ -90,7 +90,7 @@ void pipe_close(struct pipe*, int); ...@@ -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);
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论