linux-user/arm: Move target_oabi_flock64 out of target_structs.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Jan 2022 04:25:59 +0000 (20:25 -0800)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 11 Jan 2022 17:40:44 +0000 (18:40 +0100)
commitffe81d439812b2858065bb1410551027eafe938b
tree107ae1d2c6319d78c6e612bd63df15cbfcd32a84
parent2dd4634963224834d79221718e95987c7d351290
linux-user/arm: Move target_oabi_flock64 out of target_structs.h

Place it next to copy_from/to_user_oabi_flock64, the only users,
inside the existing target-specific ifdef.  This leaves only
generic ipc structs in target_structs.h.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20220107042600.149852-2-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/arm/target_structs.h
linux-user/syscall.c