Add the <dirent.h> feature macros glibc uses.
Change-Id: I4da92b67d410839ea4ef0beaaa6c5cca06b74c0d
This commit is contained in:
parent
6330b70cac
commit
8c79b4ebb5
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue