提交 c1686aea 编写于 作者: J Jaswinder Singh 提交者: Ingo Molnar

x86: ptrace.c declare functions before they get used

Signed-off-by: NJaswinder Singh <jaswinder@infradead.org>
上级 36454936
......@@ -148,6 +148,9 @@ extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
#endif
extern long syscall_trace_enter(struct pt_regs *);
extern void syscall_trace_leave(struct pt_regs *);
static inline unsigned long regs_return_value(struct pt_regs *regs)
{
return regs->ax;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册