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/sf_lround.c')
-rw-r--r--newlib/libm/common/sf_lround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/common/sf_lround.c b/newlib/libm/common/sf_lround.c
index eee420b93..e1f2fa100 100644
--- a/newlib/libm/common/sf_lround.c
+++ b/newlib/libm/common/sf_lround.c
@@ -56,7 +56,7 @@
double x;
#endif
{
- return (double) lroundf((float) x);
+ return lroundf((float) x);
}
#endif /* defined(_DOUBLE_IS_32BITS) */