On Tue, May 8, 2018 at 12:40 PM, Laurent Vivier <[email protected]> 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 <[email protected]> > --- > linux-user/syscall_defs.h | 16 +++++++++++++--- > 1 file changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Max Filippov <[email protected]> -- Thanks. -- Max
