Re: [PATCH 11/15] linux-user: Use abi_ushort not unsigned short in syscall_defs.h

2023-06-05 Thread Philippe Mathieu-Daudé
On 4/6/23 00:23, Richard Henderson wrote: Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 90 +++ 1 file changed, 45 insertions(+), 45 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 11/15] linux-user: Use abi_ushort not unsigned short in syscall_defs.h

2023-06-03 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 90 +++ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index 442a8aefe3..21ca03b0f4 100644 --- a/linux-user/syscall_defs.h ++