[PATCH] qecvt.3: ATTRIBUTES: Note functions that are not thread-safe
From: Peng Haitao <hidden>
Date: 2013-05-15 02:43:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peng Haitao <hidden>
Date: 2013-05-15 02:43:22
Subsystem:
the rest · Maintainer:
Linus Torvalds
The functions qecvt() and qfcvt() are not thread safe. Signed-off-by: Peng Haitao <redacted> --- 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html