mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
unify default ptrace_signal_deliver
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user