]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/cimag_template.c
Fix http: URL in 'configure'
[thirdparty/glibc.git] / math / cimag_template.c
index 582147dc67e47bbaef87457b2d9c919d057b6493..5de844665c6d14a5f639f96da5ac154808bdcd6f 100644 (file)
@@ -1,5 +1,5 @@
 /* Return imaginary part of complex float type.
-   Copyright (C) 1997-2016 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.
 
@@ -15,7 +15,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 <complex.h>
 
@@ -26,7 +26,3 @@ M_DECL_FUNC (__cimag) (CFLOAT z)
 }
 
 declare_mgen_alias (__cimag, cimag)
-
-#if M_LIBM_NEED_COMPAT (cimag)
-declare_mgen_libm_compat (__cimag, cimag)
-#endif