1 #include <math_ldbl_opt.h>
2 #include <math/s_nextafter.c>
3 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
4 compat_symbol (libm
, __nextafter
, nextafterl
, GLIBC_2_0
);
6 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
7 strong_alias (__nextafter
, __nexttowardd
)
8 strong_alias (__nextafter
, __nexttowardld
)
10 compat_symbol (libm
, __nexttowardd
, nexttoward
, GLIBC_2_1
);
11 compat_symbol (libm
, __nexttowardld
, nexttowardl
, GLIBC_2_1
);