uClibc: add a wrapper for the missing finite() function
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.30+nptl / 140-math_finite.patch
diff --git a/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch b/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch
new file mode 100644 (file)
index 0000000..d8323a4
--- /dev/null
@@ -0,0 +1,14 @@
+--- a/include/math.h
++++ b/include/math.h
+@@ -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