summaryrefslogtreecommitdiffstats
path: root/libm/float_wrappers.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-12-15 20:20:43 +0000
committerKhem Raj <kraj@mvista.com>2008-12-15 20:20:43 +0000
commitdf9e018c63ded151da9a7d877f47774335c94a38 (patch)
tree9b5f860231f11142202625547536df6c8f928599 /libm/float_wrappers.c
parent8151886ee858d10b8804c6f7bcda483a1b1ea668 (diff)
downloaduClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.bz2
uClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.xz
Sync with trunk.
Diffstat (limited to 'libm/float_wrappers.c')
-rw-r--r--libm/float_wrappers.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libm/float_wrappers.c b/libm/float_wrappers.c
index 58d3926a7..26041d088 100644
--- a/libm/float_wrappers.c
+++ b/libm/float_wrappers.c
@@ -10,6 +10,9 @@
* GNU Lesser General Public License version 2.1 or later.
*/
+#include <features.h>
+/* Prevent math.h from defining colliding inlines */
+#undef __USE_EXTERN_INLINES
#include <math.h>
#include <complex.h>