On 04/29/2015 12:09 PM, Zeng Linggang wrote: > The marking matches glibc marking. > markings of functions in glibc are: > - nftw: MT-Safe cwd > - ftw: MT-Safe Thanks, Zeng. Applied. Cheers, Michael > Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> > --- > man3/ftw.3 | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/man3/ftw.3 b/man3/ftw.3 > index b24cfd6..b421c00 100644 > --- a/man3/ftw.3 > +++ b/man3/ftw.3 > @@ -350,6 +350,22 @@ and that value is returned as the result of > .SH VERSIONS > .BR nftw () > is available under glibc since version 2.1. > +.SH ATTRIBUTES > +For an explanation of the terms used in this section, see > +.BR attributes (7). > +.TS > +allbox; > +lb lb lb > +l l l. > +Interface Attribute Value > +T{ > +.BR nftw () > +T} Thread safety MT-Safe cwd > +T{ > +.BR ftw () > +T} Thread safety MT-Safe > +.TE > + > .SH CONFORMING TO > POSIX.1-2001, POSIX.1-2008, SVr4, SUSv1. > POSIX.1-2008 marks > -- 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