Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356643
b: refs/heads/master
c: 5cf2210
h: refs/heads/master
i:
  356641: 0802c22
  356639: 10cd975
v: v3
  • Loading branch information
Al Viro committed Feb 3, 2013
1 parent 26868df commit 1778ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 28d27f2d25d24ac5dd290b789f3fe9b76590fd95
refs/heads/master: 5cf22100229b855bc4559dccfd8d7cb7266f99f5
6 changes: 3 additions & 3 deletions trunk/kernel/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,9 @@ static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set)
memcpy(blocked->sig, &set, sizeof(set));
}

asmlinkage long compat_sys_sigprocmask(int how,
compat_old_sigset_t __user *nset,
compat_old_sigset_t __user *oset)
COMPAT_SYSCALL_DEFINE3(sigprocmask, int, how,
compat_old_sigset_t __user *, nset,
compat_old_sigset_t __user *, oset)
{
old_sigset_t old_set, new_set;
sigset_t new_blocked;
Expand Down

0 comments on commit 1778ee9

Please sign in to comment.