Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation of test-signgam-* tests
  • Loading branch information
Andreas Schwab committed Mar 14, 2016
1 parent 981569c commit 2beb101
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions math/test-signgam-finite-c99.c
Expand Up @@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */

#undef _LIBC
#undef __LIBC_INTERNAL_MATH_INLINES
#undef _GNU_SOURCE
#undef _Mlong_double_
#define _ISOMAC
Expand Down
1 change: 1 addition & 0 deletions math/test-signgam-main.c
Expand Up @@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */

#undef _LIBC
#undef __LIBC_INTERNAL_MATH_INLINES
#undef _GNU_SOURCE
#define _ISOMAC

Expand Down

0 comments on commit 2beb101

Please sign in to comment.