From b43e85786f6a6954c3d750aa2914b6ceecade378 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 16 Nov 2015 21:29:14 +0100 Subject: Work around conflicting declarations of math functions This restores compilation on architectures such as armhfp which alias acos and acosl because double and long double are the same. --- ChangeLog | 4 ++++ math/test-signgam-finite-c99.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b1b25c6..dd5a2b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-11-16 Florian Weimer + + * math/test-signgam-finite-c99.c (_Mlong_double_): Undefine. + 2015-11-14 H.J. Lu * config.make.in (have-glob-dat-reloc): New. diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c index fd9cdd3..bd3bdca 100644 --- a/math/test-signgam-finite-c99.c +++ b/math/test-signgam-finite-c99.c @@ -18,6 +18,7 @@ #undef _LIBC #undef _GNU_SOURCE +#undef _Mlong_double_ #define _ISOMAC #include -- cgit v1.1