]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_catan_template.c
Merge branch 'master' of git://sourceware.org/git/glibc
[thirdparty/glibc.git] / math / s_catan_template.c
index dce613f77db019954b13fe80ba701468dcaf216e..19f4e11cb47ab5869b560aa9e8f6d184621a108d 100644 (file)
@@ -1,5 +1,5 @@
 /* Return arc tangent of complex float type.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -20,6 +20,7 @@
 #include <complex.h>
 #include <math.h>
 #include <math_private.h>
+#include <math-underflow.h>
 #include <float.h>
 
 CFLOAT
@@ -139,7 +140,3 @@ M_DECL_FUNC (__catan) (CFLOAT x)
 }
 
 declare_mgen_alias (__catan, catan)
-
-#if M_LIBM_NEED_COMPAT (catan)
-declare_mgen_libm_compat (__catan, catan)
-#endif