ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/ieee754/ldbl-opt/s_nextafter.c

10 lines
329 B
C
Raw Normal View History

2024-04-01 15:19:46 +00:00
#include <math_ldbl_opt.h>
#include <math/s_nextafter.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
strong_alias (__nextafter, __nexttowardd)
strong_alias (__nextafter, __nexttowardld)
#undef nexttoward
compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
compat_symbol (libm, __nexttowardld, nexttowardl, GLIBC_2_1);
#endif