blob: be29a3604126bc4e25809f803f7f544c000e4277 (
plain) (
blame)
1
2
3
4
5
6
|
#include <math_ldbl_opt.h>
#include <math/w_jn_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, jn, jnl, GLIBC_2_0);
compat_symbol (libm, yn, ynl, GLIBC_2_0);
#endif
|