Microblaze, nios2, and tile do not support FE_INVALID and thus
define feraiseexcept as a empty macro. Include math-private.h
to get such definition.
Checked with a build for microblaze, nios2, and tilepro.
* math/s_iseqsig_template.c: Include math-private.h.
2016-10-07 Adhemerval Zanella <adhemerval.zanella@linaro.org>
+ * math/s_iseqsig_template.c: Include math-private.h.
+
* posix/Makefile (tests): Add tst-posix_fadvise and tst-posix_fadvise64.
* posix/tst-posix_fadvise.c: New file.
* posix/tst-posix_fadvise64.c: Likewise.
#include <errno.h>
#include <fenv.h>
#include <math.h>
+#include <math_private.h>
#include <stdbool.h>
#include <fix-fp-int-compare-invalid.h>