On Tue, May 8, 2018 at 12:40 PM, Laurent Vivier <laur...@vivier.eu> 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 <laur...@vivier.eu> > --- > linux-user/syscall_defs.h | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Max Filippov <jcmvb...@gmail.com> -- Thanks. -- Max