qemu-devel
[Top][All Lists]
Advanced

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

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


From: Max Filippov
Subject: Re: [Qemu-devel] [PATCH 2/5] linux-user: fix flock/flock64 padding
Date: Tue, 8 May 2018 13:08:20 -0700

On Tue, May 8, 2018 at 12:40 PM, Laurent Vivier <address@hidden> 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 Vivier <address@hidden>
> ---
>  linux-user/syscall_defs.h | 16 +++++++++++++---
>  1 file changed, 13 insertions(+), 3 deletions(-)

Reviewed-by: Max Filippov <address@hidden>

-- 
Thanks.
-- Max



reply via email to

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