Commit c1686aea authored by Jaswinder Singh's avatar Jaswinder Singh Committed by Ingo Molnar

x86: ptrace.c declare functions before they get used

Signed-off-by: default avatarJaswinder Singh <jaswinder@infradead.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment