/* * SYSCALL_DEFINE1(nice, int, increment) */ #include "sanitise.h" struct syscallentry syscall_nice = { .name = "nice", .num_args = 1, .arg1name = "increment", }; .