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