about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c
blob: 355d1c20db464cdac3effc99f120d030abdaf03d (plain) (blame)
1
2
3
4
5
#include <math_ldbl_opt.h>
#include <math/w_sqrt_compat.c>
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
compat_symbol (libm, __sqrt, sqrtl, GLIBC_2_0);
#endif