summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/sf_atan.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/sf_atan.c')
-rw-r--r--newlib/libm/mathfp/sf_atan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/mathfp/sf_atan.c b/newlib/libm/mathfp/sf_atan.c
index 26be2fafa..f0f522076 100644
--- a/newlib/libm/mathfp/sf_atan.c
+++ b/newlib/libm/mathfp/sf_atan.c
@@ -39,7 +39,7 @@ _DEFUN (atanf, (float),
#ifdef _DOUBLE_IS_32BITS
double atan (double x)
{
- return (double) atangentf ((float) x, 0);
+ return (double) atangentf ((float) x, 0, 0, 0);
}
#endif /* defined(_DOUBLE_IS_32BITS) */