diff options
Diffstat (limited to 'math/s_csqrt_template.c')
-rw-r--r-- | math/s_csqrt_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_csqrt_template.c b/math/s_csqrt_template.c index dcf14c7537..e3ac17e72b 100644 --- a/math/s_csqrt_template.c +++ b/math/s_csqrt_template.c @@ -157,4 +157,5 @@ M_DECL_FUNC (__csqrt) (CFLOAT x) return res; } +libm_hidden_def (M_SUF (__csqrt)) declare_mgen_alias (__csqrt, csqrt) |