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
merge newfstat variants
[trinity.git]
/
syscalls
/
setpriority.c
blob
aae79629fb0f21ff453c89185e61a234be441175
1
/*
2
* SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_setpriority
= {
7
.
name
=
"setpriority"
,
8
.
num_args
=
3
,
9
.
arg1name
=
"which"
,
10
.
arg2name
=
"who"
,
11
.
arg3name
=
"niceval"
,
12
};