From c6a755b571a5c84c44874e84170db25798233545 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 12 Mar 2011 20:17:16 +0100 Subject: dirent.h: disable getdirentries not provided by uClibc Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- include/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dirent.h') 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 -- cgit v1.2.3