diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 20:43:36 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-04-29 20:43:36 +0000 |
commit | 728584be27b95c95fece7740b5e0b80930b5cc45 (patch) | |
tree | 972d2feee18fbb9620184e6e37f1eead3b108e88 /syscall-i386.h | |
parent | b9adb4a6bcf3d2511b6c65aa2e9c6866d03fc88a (diff) |
fstat64 fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@108 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'syscall-i386.h')
-rw-r--r-- | syscall-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syscall-i386.h b/syscall-i386.h index a2fb03dead..a38dd32d67 100644 --- a/syscall-i386.h +++ b/syscall-i386.h @@ -330,7 +330,7 @@ struct target_stat64 { target_ulong __pad7; /* will be high 32 bits of ctime someday */ unsigned long long st_ino; -}; +} __attribute__((packed)); #define TARGET_SA_NOCLDSTOP 0x00000001 #define TARGET_SA_NOCLDWAIT 0x00000002 /* not supported yet */ |