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/iconv/lib/iconv.c')
-rw-r--r--newlib/libc/iconv/lib/iconv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/iconv/lib/iconv.c b/newlib/libc/iconv/lib/iconv.c
index f8673b7c6..ba607c653 100644
--- a/newlib/libc/iconv/lib/iconv.c
+++ b/newlib/libc/iconv/lib/iconv.c
@@ -46,9 +46,9 @@ ANSI_SYNOPSIS
iconv_t iconv_open (const char *<[to]>, const char *<[from]>);
int iconv_close (iconv_t <[cd]>);
size_t iconv (iconv_t <[cd]>, char **__restrict<[inbuf]>,
- size_t *__restrict<[inbytesleft]>,
- char **__restrict<[outbuf]>,
- size_t *__restrict<[outbytesleft]>),
+ size_t *__restrict <[inbytesleft]>,
+ char **__restrict <[outbuf]>,
+ size_t *__restrict <[outbytesleft]>),
iconv_t _iconv_open_r (struct _reent *<[rptr]>,
const char *<[to]>, const char *<[from]>);