]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_iseqsig_template.c
Remove __LIBC_INTERNAL_MATH_INLINES
[thirdparty/glibc.git] / math / s_iseqsig_template.c
index ebdae6493c8bb70adceefe3e761243a07fb0d555..0ad704deab7fde0a1d9b4241f1718181adb169ff 100644 (file)
@@ -1,5 +1,5 @@
 /* Test whether X == Y.
-   Copyright (C) 2016 Free Software Foundation, Inc.
+   Copyright (C) 2016-2020 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fenv.h>
@@ -35,7 +35,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;