crypt: Remove libcrypt support
[glibc.git] / math / w_hypotf.c
blobb15a9b06d01026f75fe8f40a1638ec540a326002
1 #include <math-type-macros-float.h>
2 #undef __USE_WRAPPER_TEMPLATE
3 #define __USE_WRAPPER_TEMPLATE 1
4 #undef declare_mgen_alias
5 #define declare_mgen_alias(a, b)
6 #include <w_hypot_template.c>
7 versioned_symbol (libm, __hypotf, hypotf, GLIBC_2_35);
8 libm_alias_float_other (__hypotf, hypotf)