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