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/ctype/local.h')
-rw-r--r--newlib/libc/ctype/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/ctype/local.h b/newlib/libc/ctype/local.h
index 7dac35403..1a16520a7 100644
--- a/newlib/libc/ctype/local.h
+++ b/newlib/libc/ctype/local.h
@@ -20,7 +20,7 @@
#define WC_UPPER 11
#define WC_XDIGIT 12
-extern char *__locale_charset ();
+extern char *__locale_charset(_NOARGS);
/* internal function to translate JP to Unicode */
#ifdef __CYGWIN__