commit | 0729614992c946f6e8ccb9ef260aea1f06993df0 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Jul 13 21:39:13 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 21 12:57:35 2018 -0500 |
tree | 05c1ae475242dbb5dccdaaea1a1ad1411b2a5a35 | |
parent | 5a883cee7442a5fd72e18eae895113fbd7b16110 [diff] |
signal: Push pid type down into complete_signal. This is the bottom and by pushing this down it simplifies the callers and otherwise leaves things as is. This is in preparation for allowing fork to implement better handling of signals set to groups of processes. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>