move_pages: just use calloc
[trinity.git] / syscalls / setsid.c
blobf0283c62219951633fa3a68e3ee6b56cc2e818a5
1 /*
2 * SYSCALL_DEFINE0(setsid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_setsid = {
7 .name = "setsid",
8 .num_args = 0,
9 };