From e5ea2ae7e47e848243bd91a13822e40f85d63f26 Mon Sep 17 00:00:00 2001 From: Qian Lei Date: Wed, 11 Jun 2014 15:14:50 +0800 Subject: [PATCH] iconv.3: ATTRIBUTES: Note function that is thread-safe The function iconv() is thread safe. Reviewed-by: Peng Haitao Signed-off-by: Qian Lei Signed-off-by: Michael Kerrisk --- man3/iconv.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man3/iconv.3 b/man3/iconv.3 index 39455d23a..365ee8ae3 100644 --- a/man3/iconv.3 +++ b/man3/iconv.3 @@ -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