* [Qemu-devel] [6482] target-sh4: Fix struct target_stat64 for 64-bit host
@ 2009-01-30 19:48 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-30 19:48 UTC (permalink / raw)
To: qemu-devel
Revision: 6482
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6482
Author: aurel32
Date: 2009-01-30 19:48:24 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
target-sh4: Fix struct target_stat64 for 64-bit host
Signed-off-by: Takashi YOSHII <takasi-y@ops.dti.ne.jp>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/linux-user/syscall_defs.h
Modified: trunk/linux-user/syscall_defs.h
===================================================================
--- trunk/linux-user/syscall_defs.h 2009-01-30 19:48:17 UTC (rev 6481)
+++ trunk/linux-user/syscall_defs.h 2009-01-30 19:48:24 UTC (rev 6482)
@@ -1475,7 +1475,7 @@
/* This matches struct stat64 in glibc2.1, hence the absolutely
* insane amounts of padding around dev_t's.
*/
-struct target_stat64 {
+struct __attribute__((__packed__)) target_stat64 {
unsigned long long st_dev;
unsigned char __pad0[4];
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-30 19:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-30 19:48 [Qemu-devel] [6482] target-sh4: Fix struct target_stat64 for 64-bit host Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).