2 * SYSCALL_DEFINE3(getresgid, gid_t __user *, rgid, gid_t __user *, egid, gid_t __user *, sgid)
6 struct syscallentry syscall_getresgid
= {
10 .arg1type
= ARG_ADDRESS
,
12 .arg2type
= ARG_ADDRESS
,
14 .arg3type
= ARG_ADDRESS
,
19 * SYSCALL_DEFINE3(getresgid16, old_gid_t __user *, rgid, old_gid_t __user *, egid, old_gid_t __user *, sgid)
23 struct syscallentry syscall_getresgid16
= {
24 .name
= "getresgid16",
27 .arg1type
= ARG_ADDRESS
,
29 .arg2type
= ARG_ADDRESS
,
31 .arg3type
= ARG_ADDRESS
,