Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336143
b: refs/heads/master
c: 02232f8
h: refs/heads/master
i:
  336141: 8ff54d3
  336139: 9cf6e38
  336135: 99a0765
  336127: 1115b21
v: v3
  • Loading branch information
Al Viro committed Nov 29, 2012
1 parent 67e4ec5 commit 17e05d9
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: afd3f96dc34357584763c2dc453192c78a9dbce0
refs/heads/master: 02232f8d2b22708f0651dc515544f4a7ef1e0224
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ asmlinkage long sys_rt_sigreturn(struct pt_regs *regs)

/* It is more difficult to avoid calling this function than to
call it and ignore errors. */
if (do_sigaltstack(&frame->uc.uc_stack, NULL, regs->r1))
if (do_sigaltstack(&frame->uc.uc_stack, NULL, regs->r1) == -EFAULT)
goto badframe;

return rval;
Expand Down

0 comments on commit 17e05d9

Please sign in to comment.