diff options
Diffstat (limited to 'newlib/libm/mathfp/sf_log.c')
-rw-r--r-- | newlib/libm/mathfp/sf_log.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/sf_log.c b/newlib/libm/mathfp/sf_log.c index b746d44..c988f76 100644 --- a/newlib/libm/mathfp/sf_log.c +++ b/newlib/libm/mathfp/sf_log.c @@ -18,8 +18,7 @@ #include "zmath.h" float -_DEFUN (logf, (float), - float x) +logf (float x) { return (logarithmf (x, 0)); } |