merge newfstat variants
[trinity.git] / syscalls / setpriority.c
blobaae79629fb0f21ff453c89185e61a234be441175
1 /*
2 * SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_setpriority = {
7 .name = "setpriority",
8 .num_args = 3,
9 .arg1name = "which",
10 .arg2name = "who",
11 .arg3name = "niceval",