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/include/iconv.h')
-rw-r--r--newlib/libc/include/iconv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/include/iconv.h b/newlib/libc/include/iconv.h
index c4a283afa..4c023e9df 100644
--- a/newlib/libc/include/iconv.h
+++ b/newlib/libc/include/iconv.h
@@ -41,7 +41,8 @@ iconv_t
_EXFUN(iconv_open, (_CONST char *, _CONST char *));
size_t
-_EXFUN(iconv, (iconv_t, char **, size_t *, char **, size_t *));
+_EXFUN(iconv, (iconv_t, char **__restrict, size_t *__restrict,
+ char **__restrict, size_t *__restrict));
int
_EXFUN(iconv_close, (iconv_t));