On 04/23/2015 06:51 AM, Zeng Linggang wrote: > The markings match glibc markings. > markings of functions in glibc are: > - longjmp: MT-Safe > - siglongjmp: MT-Safe Thanks, Zeng. Applied. Cheers, Michael > 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 (). > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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