Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73567
b: refs/heads/master
c: 325d22d
h: refs/heads/master
i:
  73565: 6b5ad81
  73563: d8c4c09
  73559: 2a0ea29
  73551: ea7d4ef
  73535: c1f46c5
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Nov 13, 2007
1 parent ffa42f7 commit 079f9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fa02839bf9412e18e773d04e96182b4cd0b5d57
refs/heads/master: 325d22df7b19e0116aff3391d3a03f73d0634ded
2 changes: 1 addition & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static int sig_ignored(struct task_struct *t, int sig)
* signal handler may change by the time it is
* unblocked.
*/
if (sigismember(&t->blocked, sig))
if (sigismember(&t->blocked, sig) || sigismember(&t->real_blocked, sig))
return 0;

/* Is it explicitly or implicitly ignored? */
Expand Down

0 comments on commit 079f9ec

Please sign in to comment.