Explorar el Código

Remove unneeded hidden_proto(readdir*)

Peter S. Mazinger hace 18 años
padre
commit
838821c6c8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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  */