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
/
stime.c
blob
60e43450c7d9bbf21941d080f696d08c7196ab81
1
/*
2
* SYSCALL_DEFINE1(stime, time_t __user *, tptr)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_stime
= {
7
.
name
=
"stime"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"tptr"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
};