iconv.3: ATTRIBUTES: Note function that is thread-safe

The function iconv() is thread safe.

Reviewed-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Qian Lei 2014-06-11 15:14:50 +08:00 committed by Michael Kerrisk
parent 3d004cf09b
commit e5ea2ae7e4
1 changed files with 5 additions and 0 deletions

View File

@ -139,6 +139,11 @@ An invalid multibyte sequence has been encountered in the input.
An incomplete multibyte sequence has been encountered in the input.
.SH VERSIONS
This function is available in glibc since version 2.1.
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
.BR iconv ()
function is thread-safe.
.SH CONFORMING TO
POSIX.1-2001.
.SH NOTES