]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
psignal.3: ATTRIBUTES: Note functions that are thread-safe
authorZeng Linggang <zenglg.jy@cn.fujitsu.com>
Wed, 13 May 2015 06:53:49 +0000 (14:53 +0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 13 May 2015 15:15:29 +0000 (17:15 +0200)
After research, We think psiginfo() is thread-safe. But, there
is not marking of psiginfo() in glibc document.
psignal() matches glibc marking.
- psignal:  MT-Safe locale
- psiginfo: MT-Safe locale

Signed-off-by: Zeng Linggang <zenglg.jy@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/psignal.3

index 12124be1aedc53b15fcbc92fe1ec000be421b1cf..3ded4b07a2c0a1bf20924157fa3e87ae8cdb5742 100644 (file)
@@ -96,6 +96,20 @@ functions return no value.
 The
 .BR psiginfo ()
 function was added to glibc in version 2.10.
+.SH ATTRIBUTES
+For an explanation of the terms used in this section, see
+.BR attributes (7).
+.TS
+allbox;
+lbw21 lb lb
+l l l.
+Interface      Attribute       Value
+T{
+.BR psignal (),
+.BR psiginfo ()
+T}     Thread safety   MT-Safe locale
+.TE
+
 .SH CONFORMING TO
 POSIX.1-2008, 4.3BSD.
 .SH BUGS