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