[PATCH] unify sys_ptrace prototype
[profile/ivi/kernel-adaptation-intel-automotive.git] / arch / xtensa / kernel / ptrace.c
index 2659efd..1446074 100644 (file)
@@ -45,7 +45,7 @@ void ptrace_disable(struct task_struct *child)
        /* Nothing to do.. */
 }
 
-int sys_ptrace(long request, long pid, long addr, long data)
+long sys_ptrace(long request, long pid, long addr, long data)
 {
        struct task_struct *child;
        int ret = -EPERM;