/* * SYSCALL_DEFINE1(time, time_t __user *, tloc) */ #include "sanitise.h" struct syscallentry syscall_time = { .name = "time", .num_args = 1, .arg1name = "tloc", .arg1type = ARG_ADDRESS, }; .