]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/ieee754/ldbl-opt/w_logl_compat.c
Prefer new libm function wrappers for !LIBM_SVID_COMPAT.
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-opt / w_logl_compat.c
1 #include <math_ldbl_opt.h>
2 #undef weak_alias
3 #define weak_alias(n,a)
4 #include <math/w_logl_compat.c>
5 #if LIBM_SVID_COMPAT
6 long_double_symbol (libm, __logl, logl);
7 #endif