mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 23:11:09 +00:00
Update.
* manual/charset.texi (Generic Conversion Interface): Remove from inbuf parameter of iconv.
This commit is contained in:
parent
3b43494000
commit
70a1a46550
@ -9,6 +9,8 @@
|
||||
* iconv/iconv_prog.c (process_block): Remove const from second
|
||||
parameter.
|
||||
(main): Remove const from addr definition.
|
||||
* manual/charset.texi (Generic Conversion Interface): Remove from
|
||||
inbuf parameter of iconv.
|
||||
|
||||
* intl/dcigettext.c: Fix typo in comment.
|
||||
|
||||
|
@ -1690,7 +1690,7 @@ even file to file can be implemented on top of it.
|
||||
|
||||
@comment iconv.h
|
||||
@comment XPG2
|
||||
@deftypefun size_t iconv (iconv_t @var{cd}, const char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
|
||||
@deftypefun size_t iconv (iconv_t @var{cd}, char **@var{inbuf}, size_t *@var{inbytesleft}, char **@var{outbuf}, size_t *@var{outbytesleft})
|
||||
@cindex stateful
|
||||
The @code{iconv} function converts the text in the input buffer
|
||||
according to the rules associated with the descriptor @var{cd} and
|
||||
|
Loading…
Reference in New Issue
Block a user