Re: [Qemu-devel] [PATCH 2/5] linux-user: fix flock/flock64 padding

2018-05-08 Thread Max Filippov
On Tue, May 8, 2018 at 12:40 PM, Laurent Vivier wrote: > include/uapi/asm-generic/fcntl.h insert a padding macro at > the end of the structures flock and flock64. > > This macro is defined to "short __unused;" on sparc, > and "long pad[4]" on mips. > > Signed-off-by: Laurent

[Qemu-devel] [PATCH 2/5] linux-user: fix flock/flock64 padding

2018-05-08 Thread Laurent Vivier
include/uapi/asm-generic/fcntl.h insert a padding macro at the end of the structures flock and flock64. This macro is defined to "short __unused;" on sparc, and "long pad[4]" on mips. Signed-off-by: Laurent Vivier --- linux-user/syscall_defs.h | 16 +--- 1 file