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
var scope reduction
[trinity.git]
/
syscalls
/
ioprio_get.c
blob
1b0cb45a27679903d83a37030bddc8b584b0e200
1
/*
2
* SYSCALL_DEFINE2(ioprio_get, int, which, int, who)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_ioprio_get
= {
7
.
name
=
"ioprio_get"
,
8
.
num_args
=
2
,
9
.
arg1name
=
"which"
,
10
.
arg2name
=
"who"
,
11
};