diff options
Diffstat (limited to 'libm/e_cosh.c')
-rw-r--r-- | libm/e_cosh.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libm/e_cosh.c b/libm/e_cosh.c index a8e34aa45..27dcbefc0 100644 --- a/libm/e_cosh.c +++ b/libm/e_cosh.c @@ -76,7 +76,4 @@ double __ieee754_cosh(double x) /* |x| > overflowthresold, cosh(x) overflow */ return huge*huge; -} - -strong_alias(__ieee754_cosh, cosh) -libm_hidden_def(cosh) +}
\ No newline at end of file |