glibc/sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c

8 lines
173 B
C

#include <math_ldbl_opt.h>
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_sqrtl_compat.c>
#if LIBM_SVID_COMPAT
long_double_symbol (libm, __sqrtl, sqrtl);
#endif