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

* commit '2a25c30e33ecf2170709f5ff89588c81480dd23d':
  Add the glibc-compatible d_fileno.
This commit is contained in:
Elliott Hughes 2014-01-10 00:07:22 +00:00 committed by Android Git Automerger
commit f39f8f4414

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;