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
note a leak that needs fixing eventually
[trinity.git]
/
syscalls
/
newlstat.c
blob
fab331edfa985884f11bcf50d9bbc4d363348e5c
1
/*
2
* SYSCALL_DEFINE2(newlstat, const char __user *, filename, struct stat __user *, statbuf)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_newlstat
= {
7
.
name
=
"newlstat"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"filename"
,
10
.
arg1type
=
ARG_PATHNAME
,
11
.
arg2name
=
"statbuf"
,
12
.
arg2type
=
ARG_ADDRESS
,
13
.
group
=
GROUP_VFS
,
14
};