Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5830
b: refs/heads/master
c: dd12f48
h: refs/heads/master
v: v3
  • Loading branch information
Bhavesh P. Davda authored and Linus Torvalds committed Aug 17, 2005
1 parent 7d803d8 commit 6985d1c
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: ade6648b3b11a5d81f6f28135193ab6d85d621db
refs/heads/master: dd12f48d4e8774415b528d3991ae47c28f26e1ac
2 changes: 1 addition & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ static void handle_stop_signal(int sig, struct task_struct *p)
{
struct task_struct *t;

if (p->flags & SIGNAL_GROUP_EXIT)
if (p->signal->flags & SIGNAL_GROUP_EXIT)
/*
* The process is in the middle of dying already.
*/
Expand Down

0 comments on commit 6985d1c

Please sign in to comment.