The marking matches glibc marking. The marking of functions in glibc is: - setlogmask: MT-Unsafe race:LogMask Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> --- man3/setlogmask.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/man3/setlogmask.3 b/man3/setlogmask.3 index fe708f4..4d45d98 100644 --- a/man3/setlogmask.3 +++ b/man3/setlogmask.3 @@ -72,6 +72,19 @@ This function returns the previous log priority mask. None. .\" .SH NOTES .\" The glibc logmask handling was broken in versions before glibc 2.1.1. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lbw22 +l l l. +Interface Attribute Value +T{ +.BR setlogmask () +T} Thread safety MT-Unsafe race:LogMask +.TE + .SH CONFORMING TO POSIX.1-2001. Note that the description in POSIX.1-2001 is flawed. -- 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