Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348920
b: refs/heads/master
c: 90228fc
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Dec 26, 2012
1 parent d49b452 commit ddb98b8
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: f13a3664e4d1de8adc1fc82b981ba4699a731fa1
refs/heads/master: 90228fc110303549aa1d4d86083bf585df8624c3
5 changes: 3 additions & 2 deletions trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3119,8 +3119,9 @@ int __save_altstack(stack_t __user *uss, unsigned long sp)

#ifdef CONFIG_COMPAT
#ifdef CONFIG_GENERIC_SIGALTSTACK
asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr,
compat_stack_t __user *uoss_ptr)
COMPAT_SYSCALL_DEFINE2(sigaltstack,
const compat_stack_t __user *, uss_ptr,
compat_stack_t __user *, uoss_ptr)
{
stack_t uss, uoss;
int ret;
Expand Down

0 comments on commit ddb98b8

Please sign in to comment.