]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_casinh_template.c
Refer to C23 in place of C2X in glibc
[thirdparty/glibc.git] / math / s_casinh_template.c
index 8d7cc5c8f40ba202f16b68539b5a9fab8ca2b60b..a905e901cfd2a247abe484485db8ee8bf87c2cb0 100644 (file)
@@ -1,7 +1,6 @@
 /* Return arc hyperbolic sine for a complex float type.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2024 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
 
    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 <complex.h>
 #include <math.h>
-#include <math_private.h>
 
 CFLOAT
 M_DECL_FUNC (__casinh) (CFLOAT x)
@@ -69,7 +67,3 @@ M_DECL_FUNC (__casinh) (CFLOAT x)
 }
 
 declare_mgen_alias (__casinh, casinh)
-
-#if M_LIBM_NEED_COMPAT (casinh)
-declare_mgen_libm_compat (__casinh, casinh)
-#endif