move_pages: just use calloc
[trinity.git] / syscalls / set_tid_address.c
blob4306c5bb6df6c1e389461ee1c40874ad14bcd709
1 /*
2 * SYSCALL_DEFINE1(set_tid_address, int __user *, tidptr)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_set_tid_address = {
7 .name = "set_tid_address",
8 .num_args = 1,
9 .arg1name = "tidptr",
10 .arg1type = ARG_ADDRESS,
11 .flags = AVOID_SYSCALL,