2 * SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags)
8 struct syscallentry syscall_timerfd_create
= {
9 .name
= "timerfd_create",
11 .arg1name
= "clockid",
15 .values
= { CLOCK_REALTIME
, CLOCK_MONOTONIC
},
21 .values
= { TFD_NONBLOCK
, TFD_CLOEXEC
},