diff options
Diffstat (limited to 'stdlib/strtoul_l.c')
-rw-r--r-- | stdlib/strtoul_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtoul_l.c b/stdlib/strtoul_l.c index 45b0585..8a0934c 100644 --- a/stdlib/strtoul_l.c +++ b/stdlib/strtoul_l.c @@ -22,6 +22,6 @@ #include <locale.h> extern unsigned long int ____strtoul_l_internal (const char *, char **, int, - int, __locale_t); + int, locale_t); #include "strtol_l.c" |