diff options
| author | Daniel Jacobowitz <drow@nevyn.them.org> | 2003-02-07 06:39:09 -0500 |
|---|---|---|
| committer | Daniel Jacobowitz <drow@nevyn.them.org> | 2003-02-07 06:39:09 -0500 |
| commit | 687bc18d6aec8958d690cde01ce7dca2fcc8f871 (patch) | |
| tree | a734f6bb03fc0a5b90925bf4d021915928ea0310 /include/linux/sched.h | |
| parent | 8eae299835cf161a93a5acd890cebf0f83f2a2ce (diff) | |
| parent | 88d9b86915c0c8091bc94811977c3806f228431f (diff) | |
Hand merge
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 78970007590f..ea5d949f946c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -417,6 +417,7 @@ struct task_struct { struct backing_dev_info *backing_dev_info; unsigned long ptrace_message; + siginfo_t *last_siginfo; /* For ptrace use. */ }; extern void __put_task_struct(struct task_struct *tsk); @@ -457,6 +458,8 @@ do { if (atomic_dec_and_test(&(tsk)->usage)) __put_task_struct(tsk); } while(0) #define PT_TRACE_VFORK 0x00000020 #define PT_TRACE_CLONE 0x00000040 #define PT_TRACE_EXEC 0x00000080 +#define PT_TRACE_VFORK_DONE 0x00000100 +#define PT_TRACE_EXIT 0x00000200 #if CONFIG_SMP extern void set_cpus_allowed(task_t *p, unsigned long new_mask); |
