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/common/sqrtl.c')
-rw-r--r--newlib/libm/common/sqrtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/common/sqrtl.c b/newlib/libm/common/sqrtl.c
index 8cd717e19..9976f35e7 100644
--- a/newlib/libm/common/sqrtl.c
+++ b/newlib/libm/common/sqrtl.c
@@ -123,7 +123,7 @@ long double
sqrtl (long double x)
{
union ieee_ext_u ux = { .extu_ld = x, };
- int k, r;
+ int k;
long double lo, xn;
/* If x = NaN, then sqrt(x) = NaN. */