diff options
Diffstat (limited to 'stdlib/strtoll_l.c')
-rw-r--r-- | stdlib/strtoll_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoll_l.c b/stdlib/strtoll_l.c index 003f425db8..93548d08d0 100644 --- a/stdlib/strtoll_l.c +++ b/stdlib/strtoll_l.c @@ -22,6 +22,6 @@ #include <locale.h> extern long long int ____strtoll_l_internal (const char *, char **, int, int, - __locale_t); + locale_t); #include <strtol_l.c> |