aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/atoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/atoff.c')
-rw-r--r--newlib/libc/stdlib/atoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/atoff.c b/newlib/libc/stdlib/atoff.c
index 9c682c4..c97b78f 100644
--- a/newlib/libc/stdlib/atoff.c
+++ b/newlib/libc/stdlib/atoff.c
@@ -5,5 +5,5 @@ float
_DEFUN (atoff, (s),
_CONST char *s)
{
- return strtodf (s, NULL);
+ return strtof (s, NULL);
}