linux: Correct struct linux_dirent64 variables

This commit is contained in:
EnderIce2 2024-10-16 02:10:34 +03:00
parent f624339dff
commit acabadaaab
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -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[];