[git commit] dirent.h: disable getdirentries not provided by uClibc

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:21 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=c6a755b571a5c84c44874e84170db25798233545
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 include/dirent.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/dirent.h b/include/dirent.h
index 4ed4015..e6d4164 100644
--- a/include/dirent.h
+++ b/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


More information about the uClibc-cvs mailing list