On 01/13/2014 04:39 PM, Peng Haitao wrote: > The function tcgetsid() is thread safe. Applied. Thanks, Haitao. Cheers, Michael > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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