kill() does queue signal now.

This commit is contained in:
David Xu 2010-09-11 08:15:18 +00:00
parent f5aadc99a6
commit a60c2f1c0e

View File

@ -272,10 +272,6 @@ the ID of the message queue which generated the signal
Currently, the kernel never generates the
.Dv SIGPOLL
signal.
Also, the
.Xr kill 2
system call does not queue signals, so you will not get code
.Dv SI_USER .
.Dv SIGCHLD
signal is queued when a process changed its status or exited.
.Tn POSIX