commit | c8bfa1fdc84af7b5e3c7f825a9f0bc6e8a19f5d5 | [log] [tgz] |
---|---|---|
author | Ryusuke Sakato <sakato@hsdv.com> | Fri Feb 23 13:22:56 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Mar 05 14:13:25 2007 +0900 |
tree | 61a92dd4a63c4081a9b41f5a8509529f089931e8 | |
parent | 9432f96803139adaff0cd9f4fa38b7fb99cda366 [diff] |
sh: Fix sigmask trampling in signal delivery. There was a missing return in do_signal() that caused the saved sigmask to be written back after having successfully delivered the signal. Signed-off-by: Ryusuke Sakato <sakato@hsdv.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>