Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211153
b: refs/heads/master
c: 87400e5
h: refs/heads/master
i:
  211151: 5f95479
v: v3
  • Loading branch information
Linus Torvalds committed Sep 30, 2010
1 parent 1ecbec9 commit 25e17bd
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: 0d4911081ce201f3e44bc8b32ac0f862d1260332
refs/heads/master: 87400e5406e215e9a1b43cf67794fbb34c15c342
2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask)
sigset_t mask;
unsigned long res;

siginitset(&mask, newmask & ~_BLOCKABLE);
siginitset(&mask, newmask & _BLOCKABLE);
res = sigprocmask(how, &mask, &oldmask);
if (!res) {
force_successful_syscall_return();
Expand Down

0 comments on commit 25e17bd

Please sign in to comment.