The marking matches glibc marking. markings of functions in glibc are: - significand: MT-Safe - significandf: MT-Safe - significandl: MT-Safe Signed-off-by: Ma Shimiao <mashimiao.fnst@xxxxxxxxxxxxxx> --- man3/significand.3 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/man3/significand.3 b/man3/significand.3 index ae7ab03..2798ec6 100644 --- a/man3/significand.3 +++ b/man3/significand.3 @@ -46,6 +46,23 @@ scalb(x, (double) \-ilogb(x)) .PP This function exists mainly for use in certain standardized tests for IEEE 754 conformance. +.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 significand (), +.br +.BR significandf (), +.br +.BR significandl () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO These functions are nonstandard; the .I double -- 2.1.0 -- 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