The function tcgetsid() is thread safe. Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/tcgetsid.3 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man3/tcgetsid.3 b/man3/tcgetsid.3 index 5a3cecd..8dbc04b 100644 --- a/man3/tcgetsid.3 +++ b/man3/tcgetsid.3 @@ -22,7 +22,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH TCGETSID 3 2010-09-10 "GNU" "Linux Programmer's Manual" +.TH TCGETSID 3 2014-01-13 "GNU" "Linux Programmer's Manual" .SH NAME tcgetsid \- get session ID .SH SYNOPSIS @@ -62,6 +62,11 @@ it has one but it is not described by .SH VERSIONS .BR tcgetsid () is provided in glibc since version 2.1. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR tcgetsid () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES -- 1.8.4.2 -- 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