mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
linux: Correct struct linux_dirent64 variables
This commit is contained in:
parent
f624339dff
commit
acabadaaab
@ -266,8 +266,8 @@ struct linux_dirent
|
||||
|
||||
struct linux_dirent64
|
||||
{
|
||||
uint64_t d_ino;
|
||||
int64_t d_off;
|
||||
ino64_t d_ino;
|
||||
off64_t d_off;
|
||||
unsigned short d_reclen;
|
||||
unsigned char d_type;
|
||||
char d_name[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user