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