diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dirent.h | 2 |
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 |