Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/local.h')
-rw-r--r--newlib/libc/string/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/local.h b/newlib/libc/string/local.h
index babaad0e5..dfe01d70b 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 _EXFUN (__locale_cjk_lang, (void));
+int __locale_cjk_lang ();
/*
Taken from glibc: