summaryrefslogtreecommitdiff
path: root/math/w_sqrtf_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_sqrtf_compat.c')
-rw-r--r--math/w_sqrtf_compat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_sqrtf_compat.c b/math/w_sqrtf_compat.c
index cad9b4ad77..78b1f60745 100644
--- a/math/w_sqrtf_compat.c
+++ b/math/w_sqrtf_compat.c
@@ -33,5 +33,6 @@ __sqrtf (float x)
return __ieee754_sqrtf (x);
}
+libm_hidden_def (__sqrtf)
libm_alias_float (__sqrt, sqrt)
#endif