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