]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_csin_template.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / math / s_csin_template.c
index d52beb999bb7e761eff6f89a4c2111c518a1a8fc..d2e02be8fa2d1ddc537fac3b9da17352db9c42c6 100644 (file)
@@ -1,5 +1,5 @@
 /* Complex sine function for float types.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 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 <complex.h>
 #include <fenv.h>
 #include <math.h>
 #include <math_private.h>
+#include <math-underflow.h>
 #include <float.h>
 
 CFLOAT
@@ -159,7 +160,3 @@ M_DECL_FUNC (__csin) (CFLOAT x)
 }
 
 declare_mgen_alias (__csin, csin)
-
-#if M_LIBM_NEED_COMPAT (csin)
-declare_mgen_libm_compat (__csin, csin)
-#endif