diff options
Diffstat (limited to 'newlib/libc/locale/timelocal.c')
-rw-r--r-- | newlib/libc/locale/timelocal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/locale/timelocal.c b/newlib/libc/locale/timelocal.c index 5e64456ab..c94fdf717 100644 --- a/newlib/libc/locale/timelocal.c +++ b/newlib/libc/locale/timelocal.c @@ -152,7 +152,7 @@ static char *time_locale_buf; #endif int -__time_load_locale (struct _thr_locale_t *locale, const char *name, +__time_load_locale (struct __locale_t *locale, const char *name, void *f_wctomb, const char *charset) { int ret; |