Re: [PATCH 05/15] linux-user: Use abi_ullong not uint64_t in syscall_defs.h

2023-06-05 Thread Philippe Mathieu-Daudé
On 4/6/23 00:23, Richard Henderson wrote: Be careful not to change linux_dirent64, which is a host structure. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 72 +++ 1 file changed, 36 insertions(+), 36 deletions(-) Reviewed-by: Philippe

[PATCH 05/15] linux-user: Use abi_ullong not uint64_t in syscall_defs.h

2023-06-03 Thread Richard Henderson
Be careful not to change linux_dirent64, which is a host structure. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 72 +++ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h i