Browse Source

remove spurious declaration of __getdents from readdir.c

Rich Felker 6 years ago
parent
commit
18fbc7e4fa
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/dirent/readdir.c

+ 0 - 2
src/dirent/readdir.c

@@ -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;