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