about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c
blob: c70f77e4c44c85929c1e1096ac4c6fd9e5846d22 (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_atan2l_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __atan2l, atan2l);
#endif