Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information