diff options
Diffstat (limited to 'math/w_hypotl_compat.c')
-rw-r--r-- | math/w_hypotl_compat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/w_hypotl_compat.c b/math/w_hypotl_compat.c index bc56d29a04..db5495103d 100644 --- a/math/w_hypotl_compat.c +++ b/math/w_hypotl_compat.c @@ -21,6 +21,7 @@ #include <math.h> #include <math_private.h> #include <math-svid-compat.h> +#include <libm-alias-ldouble.h> #if LIBM_SVID_COMPAT @@ -35,5 +36,5 @@ __hypotl(long double x, long double y) return z; } -weak_alias (__hypotl, hypotl) +libm_alias_ldouble (__hypot, hypot) #endif |