about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_j1l_compat.c
blob: 85b3feed9fa39f3ff01b7c7baad48214fe44f258 (plain) (blame)
1
2
3
4
5
6
7
8
#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_j1l_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __j1l, j1l);
long_double_symbol (libm, __y1l, y1l);
#endif