Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11599
b: refs/heads/master
c: 9b7cf8b
h: refs/heads/master
i:
  11597: 2b94b2d
  11595: 9ea8c0d
  11591: b9e659f
  11583: 8c32a76
v: v3
  • Loading branch information
Paul Mackerras committed Oct 19, 2005
1 parent dd48263 commit da1f59e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 0b879a31447acd9ebe8b3c5231f72ccebeefad3a
refs/heads/master: 9b7cf8b49dc4464b222afc9fa32628bb9a2e70a3
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/kernel/signal_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set)
return copy_to_user(uset, &cset, sizeof(*uset));
}

static inline int get_sigset_t(sigset_t *set, compat_sigset_t __user *uset)
static inline int get_sigset_t(sigset_t *set,
const compat_sigset_t __user *uset)
{
compat_sigset_t s32;

Expand Down Expand Up @@ -187,7 +188,7 @@ static inline int put_sigset_t(sigset_t __user *uset, sigset_t *set)
return copy_to_user(uset, set, sizeof(*uset));
}

static inline int get_sigset_t(sigset_t *set, sigset_t __user *uset)
static inline int get_sigset_t(sigset_t *set, const sigset_t __user *uset)
{
return copy_from_user(set, uset, sizeof(*uset));
}
Expand Down

0 comments on commit da1f59e

Please sign in to comment.