Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348253
b: refs/heads/master
c: 5ba53ff
h: refs/heads/master
i:
  348251: 742e865
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jan 6, 2013
1 parent b4f7fc0 commit 69f7eb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f243b9b46a22e5790dbbc36f574c2417af49a41
refs/heads/master: 5ba53ff648e785445a32ba39112ed07e4cf588d0
1 change: 1 addition & 0 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3286,6 +3286,7 @@ SYSCALL_DEFINE1(ssetmask, int, newmask)
int old = current->blocked.sig[0];
sigset_t newset;

siginitset(&newset, newmask);
set_current_blocked(&newset);

return old;
Expand Down

0 comments on commit 69f7eb5

Please sign in to comment.