diff options
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r-- | include/linux/ptrace.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index 4f224f169524..3ff20b322598 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -146,17 +146,6 @@ int generic_ptrace_pokedata(struct task_struct *tsk, unsigned long addr, | |||
146 | unsigned long data); | 146 | unsigned long data); |
147 | 147 | ||
148 | /** | 148 | /** |
149 | * task_ptrace - return %PT_* flags that apply to a task | ||
150 | * @task: pointer to &task_struct in question | ||
151 | * | ||
152 | * Returns the %PT_* flags that apply to @task. | ||
153 | */ | ||
154 | static inline int task_ptrace(struct task_struct *task) | ||
155 | { | ||
156 | return task->ptrace; | ||
157 | } | ||
158 | |||
159 | /** | ||
160 | * ptrace_event - possibly stop for a ptrace event notification | 149 | * ptrace_event - possibly stop for a ptrace event notification |
161 | * @mask: %PT_* bit to check in @current->ptrace | 150 | * @mask: %PT_* bit to check in @current->ptrace |
162 | * @event: %PTRACE_EVENT_* value to report if @mask is set | 151 | * @event: %PTRACE_EVENT_* value to report if @mask is set |