mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
7 lines
130 B
C
Executable file
7 lines
130 B
C
Executable file
struct dirent {
|
|
ino_t d_ino;
|
|
ushort_t d_reclen, d_namlen;
|
|
char d_name[256];
|
|
};
|
|
#define d_fileno d_ino
|
|
#define MAXNAMLEN 256
|