Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62968
b: refs/heads/master
c: f50cada
h: refs/heads/master
v: v3
  • Loading branch information
Ulrich Drepper authored and Linus Torvalds committed Jul 26, 2007
1 parent 9e3e239 commit 6fd2479
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: 87588dd6663b6f306f03f2deaec0d0fd3f0cb26e
refs/heads/master: f50cadaa8ffa72ad430e5beabe02eb752f3f72a3
2 changes: 1 addition & 1 deletion trunk/fs/signalfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ asmlinkage long sys_signalfd(int ufd, sigset_t __user *user_mask, size_t sizemas

if (sizemask != sizeof(sigset_t) ||
copy_from_user(&sigmask, user_mask, sizeof(sigmask)))
return error = -EINVAL;
return -EINVAL;
sigdelsetmask(&sigmask, sigmask(SIGKILL) | sigmask(SIGSTOP));
signotset(&sigmask);

Expand Down

0 comments on commit 6fd2479

Please sign in to comment.