2 * SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist)
6 struct syscallentry syscall_getgroups
= {
9 .arg1name
= "gidsetsize",
10 .arg2type
= ARG_ADDRESS
,
11 .arg2name
= "grouplist",
12 .rettype
= RET_BORING
,
17 * SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist)
20 struct syscallentry syscall_getgroups16
= {
21 .name
= "getgroups16",
23 .arg1name
= "gidsetsize",
24 .arg2type
= ARG_ADDRESS
,
25 .arg2name
= "grouplist",
26 .rettype
= RET_BORING
,