2 * SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags,
3 const struct itimerspec __user *, utmr,
4 struct itimerspec __user *, otmr)
8 #define TFD_CLOEXEC 02000000
9 #define TFD_NONBLOCK 04000
11 struct syscallentry syscall_timerfd_settime
= {
12 .name
= "timerfd_settime",
20 .values
= { TFD_NONBLOCK
, TFD_CLOEXEC
},
23 .arg3type
= ARG_ADDRESS
,
25 .arg4type
= ARG_ADDRESS
,