mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
7 lines
181 B
C
7 lines
181 B
C
#include <math_ldbl_opt.h>
|
|||
#include <math/w_j1.c>
|
|||
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
|
|||
compat_symbol (libm, j1, j1l, GLIBC_2_0);
|
|||
compat_symbol (libm, y1, y1l, GLIBC_2_0);
|
|||
#endif
|