2 * SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, const struct timespec __user *, tp)
4 * return 0 for success, or -1 for failure (in which case errno is set appropriately).
8 struct syscallentry syscall_clock_settime
= {
9 .name
= "clock_settime",
11 .arg1name
= "which_clock",
13 .arg2type
= ARG_ADDRESS
,
14 .rettype
= RET_ZERO_SUCCESS
,