2 * SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp,
3 fd_set __user *, exp, struct timespec __user *, tsp,
8 struct syscallentry syscall_pselect6
= {
11 .flags
= AVOID_SYSCALL
, // Can cause the fuzzer to hang without timeout firing
14 .arg2type
= ARG_ADDRESS
,
16 .arg3type
= ARG_ADDRESS
,
18 .arg4type
= ARG_ADDRESS
,
20 .arg5type
= ARG_ADDRESS
,
22 .arg6type
= ARG_ADDRESS
,