2 * SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds,
3 struct timespec __user *, tsp, const sigset_t __user *, sigmask, size_t, sigsetsize)
7 struct syscallentry syscall_ppoll
= {
11 .arg1type
= ARG_ADDRESS
,
15 .arg3type
= ARG_ADDRESS
,
16 .arg4name
= "sigmask",
17 .arg4type
= ARG_ADDRESS
,
18 .arg5name
= "sigsetsize",