repo.or.cz
/
trinity.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove [64] cleanup TODO
[trinity.git]
/
syscalls
/
time.c
blob
bd1c94d751d56449b19de67bc38992d20bb6ad69
1
/*
2
* SYSCALL_DEFINE1(time, time_t __user *, tloc)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_time
= {
7
.
name
=
"time"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"tloc"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
};