summaryrefslogtreecommitdiff
path: root/libm/e_acosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_acosh.c')
-rw-r--r--libm/e_acosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_acosh.c b/libm/e_acosh.c
index 219b3d64e..8f509e3b6 100644
--- a/libm/e_acosh.c
+++ b/libm/e_acosh.c
@@ -30,7 +30,7 @@ static const double
one = 1.0,
ln2 = 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */
-double attribute_hidden __ieee754_acosh(double x)
+double __ieee754_acosh(double x)
{
double t;
int32_t hx;