|
| From: | Richard Henderson |
| Subject: | Re: [Qemu-devel] [PATCH v2] linux-user: remove useless padding in flock64 structure |
| Date: | Wed, 2 May 2018 10:33:00 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 |
On 05/02/2018 10:18 AM, Laurent Vivier wrote:
> +#if defined(TARGET_ARM) && defined(TARGET_ABI32)
> +struct target_oabi_flock64 {
> + abi_short l_type;
> + abi_short l_whence;
> abi_llong l_start;
> abi_llong l_len;
> - int l_pid;
> + abi_int l_pid;
> } QEMU_PACKED;
> #endif
Is it possible to move this to linux-user/arm/target_structs.h?
Otherwise it all looks ok.
Reviewed-by: Richard Henderson <address@hidden>
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |