about summary refs log tree commit diff
path: root/math/s_iseqsig_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_iseqsig_template.c')
-rw-r--r--math/s_iseqsig_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_iseqsig_template.c b/math/s_iseqsig_template.c
index 94a78f4f17..06cf9c097c 100644
--- a/math/s_iseqsig_template.c
+++ b/math/s_iseqsig_template.c
@@ -36,7 +36,7 @@ M_DECL_FUNC (__iseqsig) (FLOAT x, FLOAT y)
   else if (!cmp1 && !cmp2)
     {
       if (FIX_COMPARE_INVALID)
-	feraiseexcept (FE_INVALID);
+	__feraiseexcept (FE_INVALID);
       __set_errno (EDOM);
     }
   return 0;