Преглед на файлове

dirent.h: disable getdirentries not provided by uClibc

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger преди 13 години
родител
ревизия
c6a755b571
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/dirent.h

+ 1 - 1
include/dirent.h

@@ -311,7 +311,7 @@ extern int alphasort64 (__const struct dirent64 **__e1,
 #endif /* Use BSD or misc or XPG7.  */
 
 
-#if defined __USE_BSD || defined __USE_MISC
+#if 0 /* defined __USE_BSD || defined __USE_MISC */
 /* Read directory entries from FD into BUF, reading at most NBYTES.
    Reading starts at offset *BASEP, and *BASEP is updated with the new
    position after reading.  Returns the number of bytes read; zero when at