From ee2aafe08e68c88412b7dcfa4b1e0d11789348f8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 22 Oct 2011 13:49:49 +0200 Subject: Fix compilation due to __nan defines --- math/s_nanl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math/s_nanl.c') diff --git a/math/s_nanl.c b/math/s_nanl.c index 9709b92..1db2464 100644 --- a/math/s_nanl.c +++ b/math/s_nanl.c @@ -25,6 +25,7 @@ #include +#undef __nanl long double __nanl (const char *tagp) { -- cgit v1.1