提交 c977819d 编写于 作者: M Mike Frysinger

Blackfin: delete duplicated user single step prototypes

These are in linux/ptrace.h, so no need for us to duplicate them.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 c505217c
......@@ -108,8 +108,6 @@ struct pt_regs {
extern void show_regs(struct pt_regs *);
#define arch_has_single_step() (1)
extern void user_enable_single_step(struct task_struct *child);
extern void user_disable_single_step(struct task_struct *child);
/* common code demands this function */
#define ptrace_disable(child) user_disable_single_step(child)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册