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
/
sched_get_priority_max.c
blob
1110eae70429fb0279813527dfb27624364e7283
1
/*
2
* SYSCALL_DEFINE1(sched_get_priority_max, int, policy)
3
*/
4
#include
"sanitise.h"
5
6
struct
syscallentry syscall_sched_get_priority_max
= {
7
.
name
=
"sched_get_priority_max"
,
8
.
num_args
=
1
,
9
.
arg1name
=
"policy"
,
10
};