Re: [PATCH v4 07/24] linux-user: Remove TARGET_NSIGFPE

2021-12-20 Thread Philippe Mathieu-Daudé
On 12/20/21 22:05, Richard Henderson wrote: > This define is unused, and we have no similar define for > the other signal sub-codes. > > Signed-off-by: Richard Henderson > --- > linux-user/syscall_defs.h | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v4 07/24] linux-user: Remove TARGET_NSIGFPE

2021-12-20 Thread Richard Henderson
This define is unused, and we have no similar define for the other signal sub-codes. Signed-off-by: Richard Henderson --- linux-user/syscall_defs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index bc18a4f248..a738bdcecf 100644 --- a/l