Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_sqrt.c')
-rw-r--r--newlib/libm/mathfp/s_sqrt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_sqrt.c b/newlib/libm/mathfp/s_sqrt.c
index af3b1d85e..d5df47eec 100644
--- a/newlib/libm/mathfp/s_sqrt.c
+++ b/newlib/libm/mathfp/s_sqrt.c
@@ -62,8 +62,7 @@ PORTABILITY
#ifndef _DOUBLE_IS_32BITS
double
-_DEFUN (sqrt, (double),
- double x)
+sqrt (double x)
{
double f, y;
int exp, i, odd;