This is a new si_code value for the SIGFPE signal that has been added to FreeBSD, and is also going to be used on the Hurd.
Signed-off-by: Sergey Bugaev <buga...@gmail.com> --- bits/siginfo-consts.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bits/siginfo-consts.h b/bits/siginfo-consts.h index 4eef775e..362a06a6 100644 --- a/bits/siginfo-consts.h +++ b/bits/siginfo-consts.h @@ -75,8 +75,10 @@ enum # define FPE_FLTRES FPE_FLTRES FPE_FLTINV, /* Floating point invalid operation. */ # define FPE_FLTINV FPE_FLTINV - FPE_FLTSUB /* Subscript out of range. */ + FPE_FLTSUB, /* Subscript out of range. */ # define FPE_FLTSUB FPE_FLTSUB + FPE_FLTIDO /* Input denormal operation. */ +# define FPE_FLTIDO FPE_FLTIDO }; /* `si_code' values for SIGSEGV signal. */ -- 2.43.0