mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Fix compilation of test-signgam-* tests
This commit is contained in:
parent
981569c74c
commit
2beb1010e4
@ -1,3 +1,9 @@
|
||||
2016-03-14 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* math/test-signgam-finite-c99.c: Also #undef
|
||||
__LIBC_INTERNAL_MATH_INLINES.
|
||||
* math/test-signgam-main.c: Likewise.
|
||||
|
||||
2016-03-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* bits/mman-linux.h [__USE_MISC] (MADV_FREE): New macro.
|
||||
|
@ -17,6 +17,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#undef _LIBC
|
||||
#undef __LIBC_INTERNAL_MATH_INLINES
|
||||
#undef _GNU_SOURCE
|
||||
#undef _Mlong_double_
|
||||
#define _ISOMAC
|
||||
|
@ -17,6 +17,7 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#undef _LIBC
|
||||
#undef __LIBC_INTERNAL_MATH_INLINES
|
||||
#undef _GNU_SOURCE
|
||||
#define _ISOMAC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user