summaryrefslogtreecommitdiffstats
path: root/libm/ldouble_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/ldouble_wrappers.c
parent8151886ee858d10b8804c6f7bcda483a1b1ea668 (diff)
downloaduClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.bz2
uClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.xz
Sync with trunk.
Diffstat (limited to 'libm/ldouble_wrappers.c')
-rw-r--r--libm/ldouble_wrappers.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libm/ldouble_wrappers.c b/libm/ldouble_wrappers.c
index d82436da4..62732bae9 100644
--- a/libm/ldouble_wrappers.c
+++ b/libm/ldouble_wrappers.c
@@ -10,6 +10,9 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
+#include <features.h>
+/* Prevent math.h from defining colliding inlines */
+#undef __USE_EXTERN_INLINES
#include "math.h"
/* Implement the following, as defined by SuSv3 */