longjmp.3: ATTRIBUTES: Note functions that are thread-safe

The markings match glibc markings.
markings of functions in glibc are:
- longjmp:    MT-Safe
- siglongjmp: MT-Safe

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Zeng Linggang 2015-04-23 12:51:44 +08:00 committed by Michael Kerrisk
parent b7a0a14489
commit 4ae638ed18
1 changed files with 14 additions and 0 deletions

View File

@ -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 ().