Blame sysdeps/ieee754/ldbl-opt/s_nextafter.c

Packit 6c4009
#include <math_ldbl_opt.h>
Packit 6c4009
#include <math/s_nextafter.c>
Packit 6c4009
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
Packit 6c4009
strong_alias (__nextafter, __nexttowardd)
Packit 6c4009
strong_alias (__nextafter, __nexttowardld)
Packit 6c4009
#undef nexttoward
Packit 6c4009
compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
Packit 6c4009
compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);
Packit 6c4009
#endif