summaryrefslogtreecommitdiff
path: root/libm/e_atanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_atanh.c')
-rw-r--r--libm/e_atanh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_atanh.c b/libm/e_atanh.c
index 5cf4da3b8..ce8d5c750 100644
--- a/libm/e_atanh.c
+++ b/libm/e_atanh.c
@@ -34,7 +34,7 @@ static const double one = 1.0, huge = 1e300;
static const double zero = 0.0;
-double attribute_hidden __ieee754_atanh(double x)
+double __ieee754_atanh(double x)
{
double t;
int32_t hx,ix;