Add the <dirent.h> feature macros glibc uses.

Change-Id: I4da92b67d410839ea4ef0beaaa6c5cca06b74c0d
This commit is contained in:
Elliott Hughes 2014-11-10 14:56:49 -08:00
parent 6330b70cac
commit 8c79b4ebb5

View file

@ -58,6 +58,12 @@ struct dirent64 { __DIRENT64_BODY };
#undef __DIRENT64_BODY
/* glibc compatibility. */
#undef _DIRENT_HAVE_D_NAMLEN /* Linux doesn't have a d_namlen field. */
#define _DIRENT_HAVE_D_RECLEN
#define _DIRENT_HAVE_D_OFF
#define _DIRENT_HAVE_D_TYPE
#define d_fileno d_ino
typedef struct DIR DIR;