am 6114ffb3: Merge "Add the glibc-compatible d_fileno."

* commit '6114ffb3e16c114c728c31b472263660e2d2210c':
  Add the glibc-compatible d_fileno.
This commit is contained in:
Elliott Hughes 2014-01-09 13:43:48 -08:00 committed by Android Git Automerger
commit c63fe9fa49

View File

@ -53,6 +53,7 @@ struct dirent {
unsigned char d_type;
char d_name[256];
};
#define d_fileno d_ino
#define dirent64 dirent
typedef struct DIR DIR;