var scope reduction
[trinity.git] / syscalls / times.c
blobc845bea8564a3c33f56c53d6fde3d9770a608175
1 /*
2 * SYSCALL_DEFINE1(times, struct tms __user *, tbuf)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_times = {
7 .name = "times",
8 .num_args = 1,
9 .arg1name = "tbuf",
10 .arg1type = ARG_ADDRESS,