git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9432f96
)
sh: Fix sigmask trampling in signal delivery.
author
Ryusuke Sakato
<sakato@hsdv.com>
Fri, 23 Feb 2007 04:22:56 +0000
(13:22 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 5 Mar 2007 05:13:25 +0000
(14:13 +0900)
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>
No differences found