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