|
@@ -329,6 +329,10 @@ static inline void user_single_step_siginfo(struct task_struct *tsk,
|
|
|
#define current_pt_regs() task_pt_regs(current)
|
|
|
#endif
|
|
|
|
|
|
+#ifndef ptrace_signal_deliver
|
|
|
+#define ptrace_signal_deliver(regs, cookie) do { } while (0)
|
|
|
+#endif
|
|
|
+
|
|
|
extern int task_current_syscall(struct task_struct *target, long *callno,
|
|
|
unsigned long args[6], unsigned int maxargs,
|
|
|
unsigned long *sp, unsigned long *pc);
|