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, 0 insertions, 3 deletions
diff --git a/newlib/libm/mathfp/s_cosh.c b/newlib/libm/mathfp/s_cosh.c
index bfe665069..9d6f8d1ce 100644
--- a/newlib/libm/mathfp/s_cosh.c
+++ b/newlib/libm/mathfp/s_cosh.c
@@ -31,9 +31,6 @@ RETURNS
an overflow, <<cosh>> returns the value <<HUGE_VAL>> with the
appropriate sign, and the global value <<errno>> is set to <<ERANGE>>.
- You can modify error handling for these functions using the
- function <<matherr>>.
-
PORTABILITY
<<cosh>> is ANSI.
<<coshf>> is an extension.