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