]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / w_hypotl_compat.c
index 68e399748987c475216590842967dd2732f56226..b87bac7ce8f1d8e4367efed97aa42b474db229c5 100644 (file)
@@ -2,4 +2,6 @@
 #undef weak_alias
 #define weak_alias(n,a)
 #include <math/w_hypotl_compat.c>
+#if LIBM_SVID_COMPAT
 long_double_symbol (libm, __hypotl, hypotl);
+#endif