diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2016-03-15 00:00:07 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2016-03-15 00:03:03 +0100 |
commit | 2beb1010e4cc7083f8e253db8af615476c9959fd (patch) | |
tree | ca5868d971f0ac235135eeb156b5a269dfecf020 /math | |
parent | 981569c74cbb6bafa2ddcefa6dd9dbdc938ff1c8 (diff) | |
download | glibc-2beb1010e4cc7083f8e253db8af615476c9959fd.tar.gz glibc-2beb1010e4cc7083f8e253db8af615476c9959fd.tar.xz glibc-2beb1010e4cc7083f8e253db8af615476c9959fd.zip |
Fix compilation of test-signgam-* tests
Diffstat (limited to 'math')
-rw-r--r-- | math/test-signgam-finite-c99.c | 1 | ||||
-rw-r--r-- | math/test-signgam-main.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/math/test-signgam-finite-c99.c b/math/test-signgam-finite-c99.c index e90517ffbd..2f566961ec 100644 --- a/math/test-signgam-finite-c99.c +++ b/math/test-signgam-finite-c99.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #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 7058aa68ff..5e65375397 100644 --- a/math/test-signgam-main.c +++ b/math/test-signgam-main.c @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #undef _LIBC +#undef __LIBC_INTERNAL_MATH_INLINES #undef _GNU_SOURCE #define _ISOMAC |