summaryrefslogtreecommitdiff
path: root/include/dirent.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-12 20:17:16 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:21 +0200
commitc6a755b571a5c84c44874e84170db25798233545 (patch)
tree863c21ff7029b5c540c90731d779b908e294bc69 /include/dirent.h
parent0ad6e6a2c807d95106d6bf0d248b238133955b82 (diff)
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>
Diffstat (limited to 'include/dirent.h')
-rw-r--r--include/dirent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h
index 4ed4015df..e6d416450 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