2 * SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename,
3 struct timeval __user *, utimes)
7 struct syscallentry syscall_futimesat
= {
12 .arg2name
= "filename",
13 .arg2type
= ARG_PATHNAME
,
15 .arg3type
= ARG_ADDRESS
,
16 .rettype
= RET_ZERO_SUCCESS
,