Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211138
b: refs/heads/master
c: 0f44fbd
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Sep 28, 2010
1 parent 2c34b0f commit a16046c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7268e3c4b5eb8e3206a467d664c6e17773f2d19e
refs/heads/master: 0f44fbd297e1cda5d9ecc9f5321a86fe647c7d4a
4 changes: 2 additions & 2 deletions trunk/arch/alpha/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask)
unsigned long res;

siginitset(&mask, newmask & ~_BLOCKABLE);
res = siprocmask(how, &mask, &oldmask);
res = sigprocmask(how, &mask, &oldmask);
if (!res) {
force_successful_syscall_return();
res = oldmask->sig[0];
res = oldmask.sig[0];
}
return res;
}
Expand Down

0 comments on commit a16046c

Please sign in to comment.