diff options
Diffstat (limited to 'newlib/libc/string/local.h')
-rw-r--r-- | newlib/libc/string/local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h index dfe01d70b..babaad0e5 100644 --- a/newlib/libc/string/local.h +++ b/newlib/libc/string/local.h @@ -6,7 +6,7 @@ int _EXFUN (__wcwidth, (wint_t)); /* Defined in locale/locale.c. Returns a value != 0 if the current language is assumed to use CJK fonts. */ -int __locale_cjk_lang (); +int _EXFUN (__locale_cjk_lang, (void)); /* Taken from glibc: |