[FreeBSD 13.1p7] : my sys/signal.h is not conforming

Hi everybody,

that's strange.

I've discovered that the line :
C:
ADD_SIGCODE(SIGFPE, 8, FPE_FLTIDO, 9, "input denormal operation");
is missing in my sys/signal.h...
while $ freebsd-version
13.1-RELEASE-p7
WTF !
I've just run :
# freebsd-update fetch
# freebsd-update install

But sys/signal.h is still in the same state.

Howto "restore" the right version of the base system if it is corrupted ?
Thanks a lot.
 
There are no ADD_SIGCODE macros in that file, and never was. Could you elaborate?
Sorry, I've melt to pieces of code. My intention was :

C:
#define FPE_FLTIDO    9    /* Input denormal operation        */
is the line I've really had to add.
 
Back
Top