From 27f59d4c0e25acaf8504dbe44a6b4acaf107ccee Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 29 May 2009 09:25:51 +0000 Subject: uClibc: add a wrapper for the missing finite() function git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16170 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch | 14 ++++++++++++++ toolchain/uClibc/patches-0.9.30.1/170-math_finite.patch | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch create mode 100644 toolchain/uClibc/patches-0.9.30.1/170-math_finite.patch (limited to 'toolchain') 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 index 000000000..d8323a40f --- /dev/null +++ b/toolchain/uClibc/patches-0.9.30+nptl/140-math_finite.patch @@ -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 diff --git a/toolchain/uClibc/patches-0.9.30.1/170-math_finite.patch b/toolchain/uClibc/patches-0.9.30.1/170-math_finite.patch new file mode 100644 index 000000000..d8323a40f --- /dev/null +++ b/toolchain/uClibc/patches-0.9.30.1/170-math_finite.patch @@ -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 -- cgit v1.2.3