2 * SYSCALL_DEFINE3(setitimer, int, which, struct itimerval __user *, value, struct itimerval __user *, ovalue)
6 struct syscallentry syscall_setitimer
= {
7 .flags
= AVOID_SYSCALL
, /* setitimer interferes with alarm() */
12 .arg2type
= ARG_ADDRESS
,
14 .arg3type
= ARG_ADDRESS
,