init: small correction in a comment
This commit is contained in:
parent
72c99af0b4
commit
fc2a4fc2ba
@ -654,8 +654,8 @@ static void kill_all_processes(void)
|
|||||||
* and unmasks all signals. However, for process with PID==1,
|
* and unmasks all signals. However, for process with PID==1,
|
||||||
* default action (SIG_DFL) on any signal is to ignore it,
|
* default action (SIG_DFL) on any signal is to ignore it,
|
||||||
* even for special signals SIGKILL and SIGCONT.
|
* even for special signals SIGKILL and SIGCONT.
|
||||||
* (SIGSTOP is still handled specially, at least in 2.6.20)
|
|
||||||
* Also, any signal can be caught or blocked.
|
* Also, any signal can be caught or blocked.
|
||||||
|
* (but SIGSTOP is still handled specially, at least in 2.6.20)
|
||||||
*
|
*
|
||||||
* We install two kinds of handlers, "immediate" and "delayed".
|
* We install two kinds of handlers, "immediate" and "delayed".
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user