um: Define PTRACE_OLDSETOPTIONS
...such that processes within UML can do a ptrace(PTRACE_OLDSETOPTIONS, ...) Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
6a13feb9c8
commit
44011b897a
|
@ -27,6 +27,8 @@ struct pt_regs {
|
|||
|
||||
#define instruction_pointer(regs) PT_REGS_IP(regs)
|
||||
|
||||
#define PTRACE_OLDSETOPTIONS 21
|
||||
|
||||
struct task_struct;
|
||||
|
||||
extern long subarch_ptrace(struct task_struct *child, long request,
|
||||
|
|
Loading…
Reference in New Issue