summaryrefslogtreecommitdiff
path: root/libm/e_cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/e_cosh.c')
-rw-r--r--libm/e_cosh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/e_cosh.c b/libm/e_cosh.c
index 1eb5b8303..6923b9300 100644
--- a/libm/e_cosh.c
+++ b/libm/e_cosh.c
@@ -35,7 +35,7 @@
static const double one = 1.0, half=0.5, huge = 1.0e300;
-double attribute_hidden __ieee754_cosh(double x)
+double __ieee754_cosh(double x)
{
double t,w;
int32_t ix;