projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d8323a40f1357695688efb8f7820e545a6f27a95
[openwrt.git]
/
toolchain
/
uClibc
/
patches-0.9.30+nptl
/
140-math_finite.patch
1
--- a/include/math.h
2
+++ b/include/math.h
3
@@ -299,6 +299,11 @@
4
5
#endif /* Use ISO C99. */
6
7
+/* BSD compat */
8
+#define finite(x) __finite(x)
9
+#define finitef(x) __finitef(x)
10
+#define finitel(x) __finitel(x)
11
+
12
#ifdef __USE_MISC
13
/* Support for various different standard error handling behaviors. */
14
typedef enum
This page took
0.040808 seconds
and
3
git commands to generate.