diff options
Diffstat (limited to 'stdlib/strtof_l.c')
-rw-r--r-- | stdlib/strtof_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtof_l.c b/stdlib/strtof_l.c index ea76c344f4..33be42f96d 100644 --- a/stdlib/strtof_l.c +++ b/stdlib/strtof_l.c @@ -19,7 +19,7 @@ #include <locale.h> -extern float ____strtof_l_internal (const char *, char **, int, __locale_t); +extern float ____strtof_l_internal (const char *, char **, int, locale_t); #define FLOAT float #define FLT FLT |