about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c
blob: 67450c58591895f756af2bfe17d33ab1e2412af0 (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_atanhl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __atanhl, atanhl);
#endif