Create and use first-versions.h with macros for function symbol versions.
[glibc.git] / sysdeps / ieee754 / ldbl-opt / w_llogbl.c
blob8abe54bc8533bd80a391d454f08b3a9ec116630e
1 /* llogbl is not subject to complex aliasing rules. It was added in
2 glibc 2.25. */
3 #define declare_mgen_alias(from, to) weak_alias (M_SUF (from), M_SUF (to))
4 #include <math-type-macros-ldouble.h>
5 #include <w_llogb_template.c>