aboutsummaryrefslogtreecommitdiff
path: root/newlib/libm/mathfp/sf_sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/sf_sqrt.c')
-rw-r--r--newlib/libm/mathfp/sf_sqrt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_sqrt.c b/newlib/libm/mathfp/sf_sqrt.c
index 5d5410d..ede24b9 100644
--- a/newlib/libm/mathfp/sf_sqrt.c
+++ b/newlib/libm/mathfp/sf_sqrt.c
@@ -32,8 +32,7 @@
#include "zmath.h"
float
-_DEFUN (sqrtf, (float),
- float x)
+sqrtf (float x)
{
float f, y;
int exp, i, odd;