2.9
[glibc/nacl-glibc.git] / sysdeps / ieee754 / ldbl-opt / s_nextafter.c
blob78e2c0ff37eeb4c7c8bd6c6b6b144464e12aa9c6
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);
5 #endif
6 #if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
7 strong_alias (__nextafter, __nexttowardd)
8 strong_alias (__nextafter, __nexttowardld)
9 #undef nexttoward
10 compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
11 compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);
12 #endif