]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_atanhl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / math / w_atanhl_compat.c
index 56f9f1ed613eb28dd9412b82c0552fca5b607009..837a6652b84e8597a4d82be5c698ee74de7ff7a3 100644 (file)
@@ -21,6 +21,7 @@
 #include <math-svid-compat.h>
 
 
+#if LIBM_SVID_COMPAT
 /* wrapper atanhl */
 long double
 __atanhl (long double x)
@@ -35,3 +36,4 @@ __atanhl (long double x)
   return __ieee754_atanhl (x);
 }
 weak_alias (__atanhl, atanhl)
+#endif