merge newfstat variants
[trinity.git] / syscalls / stime.c
blob60e43450c7d9bbf21941d080f696d08c7196ab81
1 /*
2 * SYSCALL_DEFINE1(stime, time_t __user *, tptr)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_stime = {
7 .name = "stime",
8 .num_args = 1,
9 .arg1name = "tptr",
10 .arg1type = ARG_ADDRESS,