aboutsummaryrefslogtreecommitdiff
path: root/syscall-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'syscall-i386.h')
-rw-r--r--syscall-i386.h2
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 */