X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=bright-ben%2Ftoolchain%2FuClibc%2Fpatches-0.9.30.3%2F170-math_finite.patch;fp=bright-ben%2Ftoolchain%2FuClibc%2Fpatches-0.9.30.3%2F170-math_finite.patch;h=973177235b3d7752b2c7590ce3ecf778a7d19df9;hb=ccc7181b2c69760b7adb7db119d423e8f48b260b;hp=0000000000000000000000000000000000000000;hpb=90fe2e8d3fa58bf3e84ff898f41048f7e1a424bf;p=librewrt%2F.git diff --git a/bright-ben/toolchain/uClibc/patches-0.9.30.3/170-math_finite.patch b/bright-ben/toolchain/uClibc/patches-0.9.30.3/170-math_finite.patch new file mode 100644 index 0000000..9731772 --- /dev/null +++ b/bright-ben/toolchain/uClibc/patches-0.9.30.3/170-math_finite.patch @@ -0,0 +1,23 @@ +--- a/include/math.h ++++ b/include/math.h +@@ -179,7 +179,7 @@ + + + /* ISO C99 defines some generic macros which work on any data type. */ +-#ifdef __USE_ISOC99 ++#if defined(__USE_ISOC99) || defined(__USE_BSD) + + /* Get the architecture specific values describing the floating-point + evaluation. The following symbols will get defined: +@@ -299,6 +299,11 @@ + + #endif /* Use ISO C99. */ + ++/* BSD compat */ ++#define finite(x) __finite(x) ++#define finitef(x) __finitef(x) ++#define finitel(x) __finitel(x) ++ + #ifdef __USE_MISC + /* Support for various different standard error handling behaviors. */ + typedef enum