Просмотр исходного кода

Remove unneeded hidden_proto(readdir*)

Peter S. Mazinger 18 лет назад
Родитель
Сommit
838821c6c8
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      libc/misc/dirent/dirstream.h

+ 0 - 2
libc/misc/dirent/dirstream.h

@@ -72,10 +72,8 @@ struct __dirstream {
 
 
 extern ssize_t __getdents(int fd, char *buf, size_t count) attribute_hidden;
-libc_hidden_proto(readdir)
 #ifdef __UCLIBC_HAS_LFS__
 extern ssize_t __getdents64 (int fd, char *buf, size_t count) attribute_hidden;
-libc_hidden_proto(readdir64)
 #endif
 
 #endif /* dirent.h  */