From: Andreas Schwab Date: Mon, 14 Mar 2016 23:00:07 +0000 (+0100) Subject: Fix compilation of test-signgam-* tests X-Git-Tag: glibc-2.24~486 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2beb1010e4cc7083f8e253db8af615476c9959fd;p=thirdparty%2Fglibc.git Fix compilation of test-signgam-* tests --- diff --git a/ChangeLog b/ChangeLog index 41335b99ea2..3b6ee823863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-03-14 Andreas Schwab + + * math/test-signgam-finite-c99.c: Also #undef + __LIBC_INTERNAL_MATH_INLINES. + * math/test-signgam-main.c: Likewise. + 2016-03-14 Joseph Myers * bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro. diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c index e90517ffbd2..2f566961eca 100644 --- a/math/test-signgam-finite-c99.c +++ b/math/test-signgam-finite-c99.c @@ -17,6 +17,7 @@ . */ #undef _LIBC +#undef __LIBC_INTERNAL_MATH_INLINES #undef _GNU_SOURCE #undef _Mlong_double_ #define _ISOMAC diff --git a/math/test-signgam-main.c b/math/test-signgam-main.c index 7058aa68ff0..5e65375397c 100644 --- a/math/test-signgam-main.c +++ b/math/test-signgam-main.c @@ -17,6 +17,7 @@ . */ #undef _LIBC +#undef __LIBC_INTERNAL_MATH_INLINES #undef _GNU_SOURCE #define _ISOMAC