qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] fcntl64 fix


From: Thiemo Seufer
Subject: Re: [Qemu-devel] [PATCH] fcntl64 fix
Date: Tue, 20 Mar 2007 21:47:49 +0000
User-agent: Mutt/1.5.13 (2006-08-11)

Stuart Anderson wrote:
[snip]
> --- linux-user/syscall_defs.h.orig    2007-02-23 15:44:47.000000000 -0500
> +++ linux-user/syscall_defs.h 2007-02-23 15:44:26.000000000 -0500
> @@ -1414,7 +1414,9 @@
>  struct target_eabi_flock64 {
>       short  l_type;
>       short  l_whence;
> +#if HOST_LONG_BITS == 32
>          int __pad;
> +#endif

Still, this part makes no sense to me since it is in a packed struct.
Can you explain why this works better for you?


Thiemo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]