X86: __pad0 should be a 4 byte pad, not a 4 long array of 4 byte pads.
--HG-- extra : convert_revision : e0d5ab617bc95d5d714fa9fcdf0a448874aef886
This commit is contained in:
@@ -71,7 +71,7 @@ class X86Linux64 : public Linux
|
||||
uint32_t st_mode;
|
||||
uint32_t st_uid;
|
||||
uint32_t st_gid;
|
||||
uint32_t __pad0[4];
|
||||
uint32_t __pad0;
|
||||
uint64_t st_rdev;
|
||||
int64_t st_size;
|
||||
int64_t st_blksize;
|
||||
|
||||
Reference in New Issue
Block a user