commit | 40b3b02535621027f56d248139e0e467573c3098 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 21 10:45:15 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Sat Jul 21 12:57:35 2018 -0500 |
tree | d0e62a9c767d2c08265a05b3f26c3d87c1580449 | |
parent | 9c2db007787ef1aac6728c5e03d37b0ae935d122 [diff] |
signal: Pass pid type into do_send_sig_info This passes the information we already have at the call sight into do_send_sig_info. Ultimately allowing for better handling of signals sent to a group of processes during fork. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>