move_pages: just use calloc
[trinity.git] / syscalls / ni_syscall.c
blobe9bc5e342874a8be53dafff10a3cca26cc361b3f
1 /*
2 */
3 #include "sanitise.h"
5 struct syscallentry syscall_ni_syscall = {
6 .name = "ni_syscall (generic)",
7 .num_args = 0,
8 .flags = NI_SYSCALL,
9 };