note a leak that needs fixing eventually
[trinity.git] / syscalls / sched_get_priority_max.c
blob1110eae70429fb0279813527dfb27624364e7283
1 /*
2 * SYSCALL_DEFINE1(sched_get_priority_max, int, policy)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_sched_get_priority_max = {
7 .name = "sched_get_priority_max",
8 .num_args = 1,
9 .arg1name = "policy",