OSDN Git Service

(split) LDP_man-pages: update original to v3.35.
[linuxjm/LDP_man-pages.git] / original / man2 / sigwaitinfo.2
index a7376a1..e239b3c 100644 (file)
@@ -20,7 +20,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH SIGWAITINFO 2 2008-10-04 "Linux" "Linux Programmer's Manual"
+.TH SIGWAITINFO 2 2011-10-03 "Linux" "Linux Programmer's Manual"
 .SH NAME
 sigwaitinfo, sigtimedwait \- synchronously wait for queued signals
 .SH SYNOPSIS
@@ -148,6 +148,12 @@ union of the set of signals that is pending specifically for that thread
 and the set of signals that is pending for the process as a whole (see
 .BR signal (7)).
 
+Attempts to wait for
+.B SIGKILL
+and
+.B SIGSTOP
+are silently ignored.
+
 If multiple threads of a process are blocked
 waiting for the same signal(s) in
 .BR sigwaitinfo ()