summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_asinhf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_asinhf.c')
-rw-r--r--lib/msun/src/s_asinhf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_asinhf.c b/lib/msun/src/s_asinhf.c
index 9910b2a..9def250 100644
--- a/lib/msun/src/s_asinhf.c
+++ b/lib/msun/src/s_asinhf.c
@@ -20,21 +20,12 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float
-#else
-static float
-#endif
one = 1.0000000000e+00, /* 0x3F800000 */
ln2 = 6.9314718246e-01, /* 0x3f317218 */
huge= 1.0000000000e+30;
-#ifdef __STDC__
float asinhf(float x)
-#else
- float asinhf(x)
- float x;
-#endif
{
float t,w;
int32_t hx,ix;
OpenPOWER on IntegriCloud