move_pages: just use calloc
[trinity.git] / syscalls / sigsuspend.c
blob11bd1151b879a87abe68a5e91cc4a1d25138f810
1 /*
2 * asmlinkage int
3 sys_sigsuspend(int history0, int history1, old_sigset_t mask)
4 */
5 #include "sanitise.h"
7 struct syscallentry syscall_sigsuspend = {
8 .name = "sigsuspend",
9 .num_args = 2,
10 .arg1name = "history0",
11 .arg2name = "history1",
12 .arg3name = "mask",
13 .flags = AVOID_SYSCALL, // Confuses the signal state and causes the fuzzer to hang with timeout not firing