OSDN Git Service

Remove unneeded hidden_proto(readdir*)
authorPeter S. Mazinger <ps.m@gmx.net>
Sun, 26 Feb 2006 13:15:31 +0000 (13:15 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sun, 26 Feb 2006 13:15:31 +0000 (13:15 -0000)
libc/misc/dirent/dirstream.h

index 713204c..a90ca63 100644 (file)
@@ -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  */