On 09/02/13 07:30, Peng Haitao wrote: > The function telldir() is thread safe. Applied. Thanks. Cheers, Michael > Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> > --- > man3/telldir.3 | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/man3/telldir.3 b/man3/telldir.3 > index 1b241b6..c61f1f2 100644 > --- a/man3/telldir.3 > +++ b/man3/telldir.3 > @@ -27,7 +27,7 @@ > .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) > .\" 386BSD man pages > .\" Modified Sat Jul 24 17:48:42 1993 by Rik Faith (faith@xxxxxxxxxx) > -.TH TELLDIR 3 2013-03-24 "" "Linux Programmer's Manual" > +.TH TELLDIR 3 2013-09-02 "" "Linux Programmer's Manual" > .SH NAME > telldir \- return current location in directory stream > .SH SYNOPSIS > @@ -61,6 +61,11 @@ is set appropriately. > .TP > .B EBADF > Invalid directory stream descriptor \fIdirp\fP. > +.SH ATTRIBUTES > +.SS Multithreading (see pthreads(7)) > +The > +.BR telldir () > +function is thread-safe. > .SH CONFORMING TO > 4.3BSD, POSIX.1-2001. > .SH NOTES > -- 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