|
@@ -133,10 +133,6 @@ ssize_t __getdents (int fd, char *buf, size_t nbytes)
|
|
return (char *) dp - buf;
|
|
return (char *) dp - buf;
|
|
}
|
|
}
|
|
|
|
|
|
-#if defined __UCLIBC_HAS_LFS__ && ! defined __NR_getdents64
|
|
|
|
-attribute_hidden strong_alias(__getdents,__getdents64)
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#elif __WORDSIZE == 32
|
|
#elif __WORDSIZE == 32
|
|
|
|
|
|
extern __typeof(__getdents) __getdents64 attribute_hidden;
|
|
extern __typeof(__getdents) __getdents64 attribute_hidden;
|
|
@@ -167,4 +163,8 @@ ssize_t __getdents (int fd, char *buf, size_t nbytes)
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#if defined __UCLIBC_HAS_LFS__ && ! defined __NR_getdents64
|
|
|
|
+attribute_hidden strong_alias(__getdents,__getdents64)
|
|
|
|
+#endif
|
|
|
|
+
|
|
#endif
|
|
#endif
|