Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87058
b: refs/heads/master
c: 6efcae4
h: refs/heads/master
v: v3
  • Loading branch information
Roland McGrath authored and Linus Torvalds committed Mar 8, 2008
1 parent 158eeef commit 5f9e849
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: 84c6f6046c5a2189160a8f0dca8b90427bf690ea
refs/heads/master: 6efcae460186c0c1c94afff58a92784e1fc0d10b
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ static int wait_task_stopped(struct task_struct *p,
if (!retval && infop)
retval = put_user(0, &infop->si_errno);
if (!retval && infop)
retval = put_user(why, &infop->si_code);
retval = put_user((short)why, &infop->si_code);
if (!retval && infop)
retval = put_user(exit_code, &infop->si_status);
if (!retval && infop)
Expand Down

0 comments on commit 5f9e849

Please sign in to comment.