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/sf_log10.c')
-rw-r--r--newlib/libm/mathfp/sf_log10.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_log10.c b/newlib/libm/mathfp/sf_log10.c
index 444e535e0..deb35a378 100644
--- a/newlib/libm/mathfp/sf_log10.c
+++ b/newlib/libm/mathfp/sf_log10.c
@@ -18,8 +18,7 @@
#include "zmath.h"
float
-_DEFUN (log10f, (float),
- float x)
+log10f (float x)
{
return (logarithmf (x, 1));
}