summaryrefslogtreecommitdiffstats
path: root/libm/s_ceil.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/s_ceil.c
parent8151886ee858d10b8804c6f7bcda483a1b1ea668 (diff)
downloaduClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.bz2
uClibc-alpine-df9e018c63ded151da9a7d877f47774335c94a38.tar.xz
Sync with trunk.
Diffstat (limited to 'libm/s_ceil.c')
-rw-r--r--libm/s_ceil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libm/s_ceil.c b/libm/s_ceil.c
index 76be3ea43..c488510b1 100644
--- a/libm/s_ceil.c
+++ b/libm/s_ceil.c
@@ -23,6 +23,9 @@ static char rcsid[] = "$NetBSD: s_ceil.c,v 1.8 1995/05/10 20:46:53 jtc Exp $";
* Inexact flag raised if x not equal to ceil(x).
*/
+#include <features.h>
+/* Prevent math.h from defining a colliding inline */
+#undef __USE_EXTERN_INLINES
#include "math.h"
#include "math_private.h"