2 * SYSCALL_DEFINE4(rt_sigtimedwait, const sigset_t __user *, uthese,
3 siginfo_t __user *, uinfo, const struct timespec __user *, uts,
8 struct syscallentry syscall_rt_sigtimedwait
= {
9 .name
= "rt_sigtimedwait",
13 .arg2type
= ARG_ADDRESS
,
15 .arg3type
= ARG_ADDRESS
,
16 .arg4name
= "sigsetsize",
17 .arg4type
= ARG_ADDRESS
,