summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c
blob: b87bac7ce8f1d8e4367efed97aa42b474db229c5 (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_hypotl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __hypotl, hypotl);
#endif