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: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] fcntl64 fix
Date: Tue, 20 Mar 2007 21:40:30 +0000
User-agent: KMail/1.9.5

>  struct target_eabi_flock64 {
>       short  l_type;
>       short  l_whence;
> +#if HOST_LONG_BITS == 32
>          int __pad;
> +#endif

This change is definitely wrong. This is a target structure, and is packed, so 
should be independent of the host.

Paul




reply via email to

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