summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_cosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_cosf.c')
-rw-r--r--lib/msun/src/s_cosf.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/msun/src/s_cosf.c b/lib/msun/src/s_cosf.c
index 4091350..4c551c3 100644
--- a/lib/msun/src/s_cosf.c
+++ b/lib/msun/src/s_cosf.c
@@ -20,18 +20,9 @@ static char rcsid[] = "$FreeBSD$";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const float one=1.0;
-#else
-static float one=1.0;
-#endif
-#ifdef __STDC__
float cosf(float x)
-#else
- float cosf(x)
- float x;
-#endif
{
float y[2],z=0.0;
int32_t n,ix;
OpenPOWER on IntegriCloud