提交 18fbc7e4 编写于 作者: R Rich Felker

remove spurious declaration of __getdents from readdir.c

上级 b3fa0f2b
......@@ -8,8 +8,6 @@
typedef char dirstream_buf_alignment_check[1-2*(int)(
offsetof(struct __dirstream, buf) % sizeof(off_t))];
int __getdents(int, struct dirent *, size_t);
struct dirent *readdir(DIR *dir)
{
struct dirent *de;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册