diff options
Diffstat (limited to 'newlib/libc/locale/lnumeric.c')
-rw-r--r-- | newlib/libc/locale/lnumeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/locale/lnumeric.c b/newlib/libc/locale/lnumeric.c index 0e56f1662..0de7c236b 100644 --- a/newlib/libc/locale/lnumeric.c +++ b/newlib/libc/locale/lnumeric.c @@ -51,7 +51,7 @@ static char *_numeric_locale_buf; #endif int -__numeric_load_locale (struct _thr_locale_t *locale, const char *name , +__numeric_load_locale (struct __locale_t *locale, const char *name , void *f_wctomb, const char *charset) { int ret; |