2 * SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist)
6 struct syscallentry syscall_setgroups
= {
9 .arg1name
= "gidsetsize",
10 .arg2name
= "grouplist",
11 .arg2type
= ARG_ADDRESS
,
16 * SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist)
19 struct syscallentry syscall_setgroups16
= {
20 .name
= "setgroups16",
22 .arg1name
= "gidsetsize",
23 .arg2name
= "grouplist",
24 .arg2type
= ARG_ADDRESS
,