Re: [PATCH v5 15/17] linux-user/strace: Use is_error in print_syscall_err

2022-05-28 Thread Laurent Vivier
Le 27/05/2022 à 18:48, Richard Henderson a écrit : Errors are not all negative numbers: use is_error. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-

[PATCH v5 15/17] linux-user/strace: Use is_error in print_syscall_err

2022-05-27 Thread Richard Henderson
Errors are not all negative numbers: use is_error. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/strace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/strace.c b/linux-user/strace.c index 9fa681dea9..7d882526da 100644 --- a