* commit 'c63fe9fa49ee8b7ad17021c1bd418525f9ee0fd0': Add the glibc-compatible d_fileno.
This commit is contained in:
commit
2a25c30e33
@ -53,6 +53,7 @@ struct dirent {
|
|||||||
unsigned char d_type;
|
unsigned char d_type;
|
||||||
char d_name[256];
|
char d_name[256];
|
||||||
};
|
};
|
||||||
|
#define d_fileno d_ino
|
||||||
#define dirent64 dirent
|
#define dirent64 dirent
|
||||||
|
|
||||||
typedef struct DIR DIR;
|
typedef struct DIR DIR;
|
||||||
|
Loading…
Reference in New Issue
Block a user