diff options
Diffstat (limited to 'stdlib/strtol.c')
-rw-r--r-- | stdlib/strtol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/strtol.c b/stdlib/strtol.c index 8ac8347e7d..d1e3bfe129 100644 --- a/stdlib/strtol.c +++ b/stdlib/strtol.c @@ -88,7 +88,7 @@ extern INT INTERNAL (__strtol_l) (const STRING_TYPE *, STRING_TYPE **, int, - int, __locale_t); + int, locale_t); INT |