aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/s_cosh.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_cosh.c')
-rw-r--r--newlib/libm/mathfp/s_cosh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_cosh.c b/newlib/libm/mathfp/s_cosh.c
index 552e5ee..bfe6650 100644
--- a/newlib/libm/mathfp/s_cosh.c
+++ b/newlib/libm/mathfp/s_cosh.c
@@ -63,8 +63,7 @@ QUICKREF
#ifndef _DOUBLE_IS_32BITS
double
-_DEFUN (cosh, (double),
- double x)
+cosh (double x)
{
return (sineh (x, 1));
}