Replace the use of feraiseexcept with __feraiseexcept in the helper
function __iseqsig (math/s_iseqsig_template.c).
Tested for powerpc64le, s390x, and x86_64.
* math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
instead of feraiseexcept.
+2017-03-15 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
+ * math/s_iseqsig_template.c (__iseqsig): Use __feraiseexcept
+ instead of feraiseexcept.
+
2017-03-15 Florian Weimer <fweimer@redhat.com>
[BZ #21243]
else if (!cmp1 && !cmp2)
{
if (FIX_COMPARE_INVALID)
- feraiseexcept (FE_INVALID);
+ __feraiseexcept (FE_INVALID);
__set_errno (EDOM);
}
return 0;