Re: [PATCH v2 7/8] linux-user/syscall: Introduce errno_exists()

2021-07-08 Thread Richard Henderson
On 7/8/21 7:11 AM, Philippe Mathieu-Daudé wrote: Signed-off-by: Philippe Mathieu-Daudé --- linux-user/syscall.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 4842a1987b7..56682b06cbd 100644 --- a/linux-user/syscall.

Re: [PATCH v2 7/8] linux-user/syscall: Introduce errno_exists()

2021-07-08 Thread Laurent Vivier
Le 08/07/2021 à 16:11, Philippe Mathieu-Daudé a écrit : > Signed-off-by: Philippe Mathieu-Daudé > --- > linux-user/syscall.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/linux-user/syscall.c b/linux-user/syscall.c > index 4842a1987b7..56682b06cbd 100644 > --- a/

[PATCH v2 7/8] linux-user/syscall: Introduce errno_exists()

2021-07-08 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- linux-user/syscall.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 4842a1987b7..56682b06cbd 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -509,6 +509,11 @@ sta