aboutsummaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-01-07 13:32:26 -0800
committerLaurent Vivier <laurent@vivier.eu>2022-01-11 18:40:43 +0100
commit6ac3bf1f55a007b8ee55b3794d542144615c762e (patch)
tree028134925ac5cda104c19afb472e80b6a1d55634 /linux-user
parent7337adeac0900a944ba789ad24b11c6a00099897 (diff)
downloadqemu-6ac3bf1f55a007b8ee55b3794d542144615c762e.zip
qemu-6ac3bf1f55a007b8ee55b3794d542144615c762e.tar.gz
qemu-6ac3bf1f55a007b8ee55b3794d542144615c762e.tar.bz2
linux-user: Remove TARGET_NSIGFPE
This define is unused, and we have no similar define for the other signal sub-codes. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220107213243.212806-8-richard.henderson@linaro.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/syscall_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h
index 18bed55..510a8c1 100644
--- a/linux-user/syscall_defs.h
+++ b/linux-user/syscall_defs.h
@@ -688,7 +688,6 @@ typedef struct target_siginfo {
#define TARGET_FPE_FLTINV (7) /* floating point invalid operation */
#define TARGET_FPE_FLTSUB (8) /* subscript out of range */
#define TARGET_FPE_FLTUNK (14) /* undiagnosed fp exception */
-#define TARGET_NSIGFPE 15
/*
* SIGSEGV si_codes