OSDN Git Service

(split) LDP: Update original to LDP v3.65
[linuxjm/LDP_man-pages.git] / original / man3 / sigwait.3
index 913b2a2..5fe4b2f 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH SIGWAIT 3 2012-07-21 "Linux" "Linux Programmer's Manual"
+.TH SIGWAIT 3 2013-12-16 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigwait \- wait for a signal
 .SH SYNOPSIS
@@ -77,6 +77,11 @@ On error, it returns a positive error number (listed in ERRORS).
 .\" Does not occur for glibc.
 .I set
 contains an invalid signal number.
+.SH ATTRIBUTES
+.SS Multithreading (see pthreads(7))
+The
+.BR sigwait ()
+function is thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
@@ -94,3 +99,11 @@ See
 .BR sigwaitinfo (2),
 .BR sigsetops (3),
 .BR signal (7)
+.SH COLOPHON
+This page is part of release 3.65 of the Linux
+.I man-pages
+project.
+A description of the project,
+and information about reporting bugs,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.