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
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@
typedef char dirstream_buf_alignment_check[1-2*(int)( typedef char dirstream_buf_alignment_check[1-2*(int)(
offsetof(struct __dirstream, buf) % sizeof(off_t))]; offsetof(struct __dirstream, buf) % sizeof(off_t))];
int __getdents(int, struct dirent *, size_t);
struct dirent *readdir(DIR *dir) struct dirent *readdir(DIR *dir)
{ {
struct dirent *de; struct dirent *de;