The marking matches glibc marking. markings of functions in glibc are: - nftw: MT-Safe cwd - ftw: MT-Safe 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 -- 1.9.3 -- 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