Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176686
b: refs/heads/master
c: 7486e5d
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Dec 16, 2009
1 parent e2a1d9c commit 0e7e5f1
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: dd34200adc01c5217ef09b55905b5c2312d65535
refs/heads/master: 7486e5d9fc773cb67c29381567bed5236fc9573c
2 changes: 1 addition & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static void collect_signal(int sig, struct sigpending *list, siginfo_t *info)
*/
info->si_signo = sig;
info->si_errno = 0;
info->si_code = 0;
info->si_code = SI_USER;
info->si_pid = 0;
info->si_uid = 0;
}
Expand Down

0 comments on commit 0e7e5f1

Please sign in to comment.