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
split up constants.h some
[trinity.git]
/
syscalls
/
uselib.c
blob
0d82254a40b5e681f36872205b7278e2696dc3b9
1
/*
2
* SYSCALL_DEFINE1(uselib, const char __user *, library)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_uselib
= {
7
.
name
=
"uselib"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"library"
,
10
.
arg1type
=
ARG_ADDRESS
,
11
};