]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/fraiseexcpt.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / math / fraiseexcpt.c
index eb8494c95c0ca7a053be7e5721a41004bba7469c..93358844413609e812dd4b908613e8b26c676da5 100644 (file)
@@ -1,5 +1,5 @@
 /* Raise given exceptions.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
 
    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 <fenv.h>
 #include <shlib-compat.h>
 
+#undef __feraiseexcept
+#undef feraiseexcept
+
 int
 __feraiseexcept (int excepts)
 {