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 <richard.hender...@linaro.org> r~