summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/w_coshf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/w_coshf.c')
-rw-r--r--lib/msun/src/w_coshf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/msun/src/w_coshf.c b/lib/msun/src/w_coshf.c
index 61e74f8..1c0d5a2 100644
--- a/lib/msun/src/w_coshf.c
+++ b/lib/msun/src/w_coshf.c
@@ -24,12 +24,7 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
float coshf(float x) /* wrapper coshf */
-#else
- float coshf(x) /* wrapper coshf */
- float x;
-#endif
{
#ifdef _IEEE_LIBM
return __ieee754_coshf(x);
OpenPOWER on IntegriCloud