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