The function toascii() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/toascii.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/toascii.3 b/man3/toascii.3 index 3a2c7d3..e632cf5 100644 --- a/man3/toascii.3 +++ b/man3/toascii.3 @@ -24,7 +24,7 @@ .\" .\" Added BUGS section, aeb, 950919 .\" -.TH TOASCII 3 2009-03-15 "GNU" "Linux Programmer's Manual" +.TH TOASCII 3 2013-12-23 "GNU" "Linux Programmer's Manual" .SH NAME toascii \- convert character to ASCII .SH SYNOPSIS @@ -51,6 +51,11 @@ value that fits into the ASCII character set, by clearing the high-order bits. .SH RETURN VALUE The value returned is that of the converted character. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR toascii () +function is thread-safe. .SH CONFORMING TO SVr4, BSD, POSIX.1-2001. POSIX.1-2008 marks -- 1.8.3.1 -- 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