2 * SYSCALL_DEFINE3(getresuid, uid_t __user *, ruid, uid_t __user *, euid, uid_t __user *, suid)
6 struct syscallentry syscall_getresuid
= {
10 .arg1type
= ARG_ADDRESS
,
12 .arg2type
= ARG_ADDRESS
,
14 .arg3type
= ARG_ADDRESS
,
18 * SYSCALL_DEFINE3(getresuid16, old_uid_t __user *, ruid, old_uid_t __user *, euid, old_uid_t __user *, suid)
21 struct syscallentry syscall_getresuid16
= {
22 .name
= "getresuid16",
25 .arg1type
= ARG_ADDRESS
,
27 .arg2type
= ARG_ADDRESS
,
29 .arg3type
= ARG_ADDRESS
,