sigvec.3: Reformat thread-safety information

Signed-off-by: Peng Haitao <penght@cn.fujitsu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Peng Haitao 2014-08-19 10:46:29 +08:00 committed by Michael Kerrisk
parent 8e09ed53e4
commit 3c18081941
1 changed files with 11 additions and 8 deletions

View File

@ -219,18 +219,21 @@ See the ERRORS under
and
.BR sigprocmask (2).
.SH ATTRIBUTES
.SS Multithreading (see pthreads(7))
The
For an explanation of the terms used in this section, see
.BR attributes (7).
.TS
allbox;
lbw32 lb lb
l l l.
Interface Attribute Value
T{
.BR sigvec (),
.BR sigmask (),
.BR sigblock (),
.BR sigsetmask (),
and
.BR siggetmask ()
functions are thread-safe.
.LP
The
.BR sigmask ()
macro is thread-safe.
T} Thread safety MT-Safe
.TE
.SH VERSIONS
Starting with version 2.21, the GNU C library no longer exports the
.BR sigvec ()