Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74389
b: refs/heads/master
c: e6ceb32
h: refs/heads/master
i:
  74387: 63b431b
v: v3
  • Loading branch information
Scott James Remnant authored and Linus Torvalds committed Nov 29, 2007
1 parent 10be460 commit 74b4f87
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: 14816b1e2b0eb24ef41dbe37dcb558338e54a603
refs/heads/master: e6ceb32aa25fc33f21af84cc7a32fe289b3e860c
2 changes: 1 addition & 1 deletion trunk/kernel/exit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ static int wait_task_stopped(struct task_struct *p, int delayed_group_leader,
if (unlikely(!exit_code) || unlikely(p->exit_state))
goto bail_ref;
return wait_noreap_copyout(p, pid, uid,
why, (exit_code << 8) | 0x7f,
why, exit_code,
infop, ru);
}

Expand Down

0 comments on commit 74b4f87

Please sign in to comment.