1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 18:58:37 +03:00
openwrt-xburst/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch

15 lines
318 B
Diff
Raw Normal View History

--- 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