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