diff options
Diffstat (limited to 'include/linux/ptrace.h')
-rw-r--r-- | include/linux/ptrace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index 477cc8ed6bcb..ae8146abd746 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h | |||
@@ -111,6 +111,7 @@ static inline void ptrace_unlink(struct task_struct *child) | |||
111 | } | 111 | } |
112 | 112 | ||
113 | int generic_ptrace_peekdata(struct task_struct *tsk, long addr, long data); | 113 | int generic_ptrace_peekdata(struct task_struct *tsk, long addr, long data); |
114 | int generic_ptrace_pokedata(struct task_struct *tsk, long addr, long data); | ||
114 | 115 | ||
115 | #ifndef force_successful_syscall_return | 116 | #ifndef force_successful_syscall_return |
116 | /* | 117 | /* |