about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_asin_compat.c
blob: 1c52cc22adcad4c59ea5ba21405ee86072571148 (plain) (blame)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_asin_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __asin, asinl, GLIBC_2_0);
#endif