patch-2.4.0-test2 linux/arch/sh/kernel/signal.c
Next file: linux/arch/sh/kernel/time.c
Previous file: linux/arch/sh/kernel/setup_od.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 17:59:37 2000
- Orig file:
v2.4.0-test1/linux/arch/sh/kernel/signal.c
- Orig date:
Mon Jun 19 16:31:58 2000
diff -u --recursive --new-file v2.4.0-test1/linux/arch/sh/kernel/signal.c linux/arch/sh/kernel/signal.c
@@ -595,7 +595,7 @@
if (!signr)
break;
- if ((current->flags & PF_PTRACED) && signr != SIGKILL) {
+ if ((current->ptrace & PT_PTRACED) && signr != SIGKILL) {
/* Let the debugger run. */
current->exit_code = signr;
current->state = TASK_STOPPED;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)