move_pages: just use calloc
[trinity.git] / syscalls / ioprio_set.c
blobcd785a5017724fc179bcc07a28f275a7fe5139d3
1 /*
2 * SYSCALL_DEFINE3(ioprio_set, int, which, int, who, int, ioprio)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_ioprio_set = {
7 .name = "ioprio_set",
8 .num_args = 3,
9 .arg1name = "which",
10 .arg2name = "who",
11 .arg3name = "ioprio",