seccomp: switch system call argument type to void *
[linux-block.git] / include / linux / seccomp.h
index e5320f6c865439c0b8910afc17fcfd1598bcc4fb..b5103c019cf4a495e88e99fc734eb5cfef0fb9d2 100644 (file)
@@ -43,7 +43,7 @@ extern void secure_computing_strict(int this_syscall);
 #endif
 
 extern long prctl_get_seccomp(void);
-extern long prctl_set_seccomp(unsigned long, char __user *);
+extern long prctl_set_seccomp(unsigned long, void __user *);
 
 static inline int seccomp_mode(struct seccomp *s)
 {