var scope reduction
[trinity.git] / syscalls / sysctl.c
blob2e81efe8ef861f32788ec832544116db3f09f827
1 /*
2 * SYSCALL_DEFINE1(sysctl, struct __sysctl_args __user *, args
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_sysctl = {
7 .name = "sysctl",
8 .num_args = 1,
9 .arg1name = "args",
10 .arg1type = ARG_ADDRESS,
11 .group = GROUP_VFS,