X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Flinux%2Fptrace.h;h=fd31756e1a00f632189022dec352a49fe525ac62;hb=2ab61b01110aa04cd853c619a74881e3225a5e24;hp=ed69c03692d9fb49ca8b201a262a6c3996003e11;hpb=dae33574dcf5211e1f43c7e45fa29f73ba3e00cb;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/ptrace.h b/include/linux/ptrace.h index ed69c03692d..fd31756e1a0 100644 --- a/include/linux/ptrace.h +++ b/include/linux/ptrace.h @@ -314,6 +314,10 @@ static inline void user_enable_block_step(struct task_struct *task) #define arch_ptrace_stop(code, info) 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); + #endif #endif