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
add new renameat2 syscall
[trinity.git]
/
syscalls
/
ioprio_set.c
blob
cd785a5017724fc179bcc07a28f275a7fe5139d3
1
/*
2
* SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_ioprio_set
= {
7
.
name
=
"ioprio_set"
,
8
.
num_args
=
3
,
9
.
arg1name
=
"which"
,
10
.
arg2name
=
"who"
,
11
.
arg3name
=
"ioprio"
,
12
};