create a set_rand_bitmask function and use instead of open-coding.
[trinity.git] / syscalls / time.c
blobbd1c94d751d56449b19de67bc38992d20bb6ad69
1 /*
2 * SYSCALL_DEFINE1(time, time_t __user *, tloc)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_time = {
7 .name = "time",
8 .num_args = 1,
9 .arg1name = "tloc",
10 .arg1type = ARG_ADDRESS,