diff options
| author | Ingo Molnar <mingo@elte.hu> | 2002-09-28 21:00:08 -0700 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-09-28 21:00:08 -0700 |
| commit | 5360ccf4ac149920c4be3fddc6ad5d2ef6779f37 (patch) | |
| tree | 4855b2bd097bdf1fec2b9e6a56a20545d256cb5b /kernel | |
| parent | 8c739876dd8bffa88f47841029c7570f6dbdc4b6 (diff) | |
[PATCH] thread-group SIGSTOP handling
Fix thread-group SIGSTOP handling - the SIGSTOP notification was not
propagated to the parent of the thread group leader. Now Ctrl-Z-ing of
thread groups works again.
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 661cfb6b9430..48b3dce14783 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -1127,8 +1127,6 @@ void do_notify_parent(struct task_struct *tsk, int sig) struct siginfo info; int why, status; - if (!tsk->ptrace && delay_group_leader(tsk)) - return; if (sig == -1) BUG(); |
