From 0f55c533b6a420ceba46cfe8178880d50b639535 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Dec 2008 01:53:28 +0000 Subject: *: document __USE_EXTERN_INLINES better; fix uclibc build if it is forcibly enabled --- libm/ldouble_wrappers.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libm/ldouble_wrappers.c') 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 +/* Prevent math.h from defining colliding inlines */ +#undef __USE_EXTERN_INLINES #include "math.h" /* Implement the following, as defined by SuSv3 */ -- cgit v1.2.3