uml: signal handling tidying
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:16 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:30 +0000 (09:44 -0800)
commitcfef8f34e7cf57f3d278ceda79c85112dec13dc6
tree5ddaf58aa91905cfda2917d6264e24fb950ab88f
parentd7b88513c504e49d450b0f89f80ba9d451a3c804
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>
arch/um/os-Linux/signal.c