remove spurious declaration of __getdents from readdir.c

This commit is contained in:
Rich Felker
2018-07-18 13:35:35 -04:00
parent b3fa0f2b1b
commit 18fbc7e4fa
-2
View File
@@ -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;