On 06/18/2015 07:36 AM, Zeng Linggang wrote: > The markings match glibc markings. > markings of functions in glibc are: > - gsignal: MT-Safe > - ssignal: MT-Safe sigintr Thanks, Zeng Linggang. Applied. Cheers, Michael > Signed-off-by: Zeng Linggang <zenglg.jy@xxxxxxxxxxxxxx> > --- > man3/gsignal.3 | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/man3/gsignal.3 b/man3/gsignal.3 > index ff2f582..71bb697 100644 > --- a/man3/gsignal.3 > +++ b/man3/gsignal.3 > @@ -92,6 +92,22 @@ and returns the value returned by that function. > The range of possible values > .I signum > varies (often 1-15 or 1-17). > +.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 gsignal () > +T} Thread safety MT-Safe > +T{ > +.BR ssignal () > +T} Thread safety MT-Safe sigintr > +.TE > + > .SH CONFORMING TO > These functions are available under AIX, DG/UX, HP-UX, SCO, Solaris, Tru64. > They are called obsolete under most of these systems, and are > -- 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