On 17/12/2021 13.10, Olivier Hainque wrote:
> Hello,
> 
> The attached patch adds a fixincludes add for VxWorks
> to add missing FP_ constant definition to math.h, intended
> for old versions of the kernel math.h header.

Don't you also need to add an fpclassify() macro? There's a

checking for ISO C99 support in <math.h> for C++98

which checks whether math.h supplies (among others) fpclassify().

We've patched our math.h to supply those constants as well as an
fpclassify() macro. So I suppose the 'bypass = "FP_INFINITE"' would mean
that this fixinclude would just be skipped for our case(?).

Rasmus

Reply via email to