commit | cfef8f34e7cf57f3d278ceda79c85112dec13dc6 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Feb 04 22:31:16 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 09:44:30 2008 -0800 |
tree | 5ddaf58aa91905cfda2917d6264e24fb950ab88f | |
parent | d7b88513c504e49d450b0f89f80ba9d451a3c804 [diff] |
uml: signal handling tidying This patch tidies the signal handling code slightly. pending is renamed to signals_pending for symmetry with signals_enabled. remove_sigstack was unused, so can be deleted. The value of change_sig was never used, so it is now void and the return value is not calculated any more. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>