The functions qecvt() and qfcvt() are not thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/qecvt.3 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man3/qecvt.3 b/man3/qecvt.3 index 9cfa68d..07cbe59 100644 --- a/man3/qecvt.3 +++ b/man3/qecvt.3 @@ -69,6 +69,17 @@ See .BR ecvt (3) and .BR gcvt (3). +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The functions +.BR qecvt () +and +.BR qfcvt () +are not thread-safe. +.LP +The function +.BR qgcvt () +is thread-safe. .SH CONFORMING TO SVr4. Not seen in most common UNIX implementations, -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html