On 17/2/23 17:35, Mathis Marion wrote:
From: Mathis Marion <mathis.mar...@silabs.com>Fields sin6_flowinfo and sin6_scope_id use the host byte order, so there is a conversion to be made when host and target endianness differ. Signed-off-by: Mathis Marion <mathis.mar...@silabs.com> --- linux-user/syscall.c | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>