syscall_get_arch: add "struct task_struct *" argument
[linux-block.git] / arch / h8300 / include / asm / syscall.h
index 5135910616e24908f5dc37308f566c3b36c0e8b4..d316c3d40d4e3fce2830df039876d96b81594145 100644 (file)
@@ -49,7 +49,7 @@ syscall_get_arguments(struct task_struct *task, struct pt_regs *regs,
 }
 
 static inline int
-syscall_get_arch(void)
+syscall_get_arch(struct task_struct *task)
 {
        return AUDIT_ARCH_H8300;
 }