seccomp: switch system call argument type to void *
[linux-block.git] / include / linux / syscalls.h
index 2ac3d13a915bfc3954b08c3fac23e8d3351f4827..a60694fb0f58c9a5a1bb45103d72b2cc0d80d17a 100644 (file)
@@ -879,7 +879,7 @@ asmlinkage long sys_renameat2(int olddfd, const char __user *oldname,
                              int newdfd, const char __user *newname,
                              unsigned int flags);
 asmlinkage long sys_seccomp(unsigned int op, unsigned int flags,
-                           const char __user *uargs);
+                           void __user *uargs);
 asmlinkage long sys_getrandom(char __user *buf, size_t count,
                              unsigned int flags);
 asmlinkage long sys_memfd_create(const char __user *uname_ptr, unsigned int flags);