Use libm_alias_double in math/.
[glibc.git] / sysdeps / ieee754 / ldbl-opt / s_nextafter.c
blobe36ade82028db00faa67dd9e8809022f1649e381
1 #include <math_ldbl_opt.h>
2 #include <math/s_nextafter.c>
3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
4 strong_alias (__nextafter, __nexttowardd)
5 strong_alias (__nextafter, __nexttowardld)
6 #undef nexttoward
7 compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
8 compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);
9 #endif