linux-user: fix flock/flock64 padding
commitd3c6e8e98c00a801620ed7de7642c3bb957e15c6
authorLaurent Vivier <laurent@vivier.eu>
Wed, 9 May 2018 23:11:19 +0000 (10 01:11 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 11 May 2018 17:05:05 +0000 (11 19:05 +0200)
treed89150059dda88824bcc7e4e641ccf7d12b29c13
parentcbf358a667eaac4d305b43a47effd483021f38d7
linux-user: fix flock/flock64 padding

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 <laurent@vivier.eu>
Reviewed-by: Max Filippov <jcmvbkbc@gmail.com>
Message-Id: <20180509231123.20864-3-laurent@vivier.eu>
linux-user/syscall_defs.h