The markings match glibc markings. markings of functions in glibc are: - longjmp: MT-Safe - siglongjmp: MT-Safe Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> --- man3/longjmp.3 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man3/longjmp.3 b/man3/longjmp.3 index 69bd6f5..2687703 100644 --- a/man3/longjmp.3 +++ b/man3/longjmp.3 @@ -87,6 +87,20 @@ also restores the signal mask that was saved by .BR sigsetjmp (3). .SH RETURN VALUE These functions never return. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lbw23 lb lb +l l l. +Interface Attribute Value +T{ +.BR longjmp (), +.BR siglongjmp () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO C89, C99, and POSIX.1-2001 specify .BR longjmp (). -- 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