Merge "Add the glibc-compatible d_fileno."
This commit is contained in:
commit
6114ffb3e1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user