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/libc/stdlib/atoff.c')
-rw-r--r--newlib/libc/stdlib/atoff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/atoff.c b/newlib/libc/stdlib/atoff.c
index 2966254be..e25ff2917 100644
--- a/newlib/libc/stdlib/atoff.c
+++ b/newlib/libc/stdlib/atoff.c
@@ -2,8 +2,7 @@
#include <_ansi.h>
float
-_DEFUN (atoff, (s),
- const char *s)
+atoff (const char *s)
{
return strtof (s, NULL);
}