summaryrefslogtreecommitdiff
path: root/libm/e_sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_sqrt.c')
-rw-r--r--libm/e_sqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_sqrt.c b/libm/e_sqrt.c
index 05e255c2f..98d83c5a8 100644
--- a/libm/e_sqrt.c
+++ b/libm/e_sqrt.c
@@ -84,7 +84,7 @@
static const double one = 1.0, tiny = 1.0e-300;
-double attribute_hidden __ieee754_sqrt(double x)
+double __ieee754_sqrt(double x)
{
double z;
int32_t sign = (int)0x80000000;