merge newfstat variants
[trinity.git] / syscalls / setresgid.c
blob557b692486f8a6aae2fc39a6b5acbc887fe61045
1 /*
2 * SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_setresgid = {
7 .name = "setresgid",
8 .num_args = 3,
9 .arg1name = "rgid",
10 .arg2name = "egid",
11 .arg3name = "sgid",
16 * SYSCALL_DEFINE3(setresgid16, old_gid_t, rgid, old_gid_t, egid, old_gid_t, sgid)
19 struct syscallentry syscall_setresgid16 = {
20 .name = "setresgid16",
21 .num_args = 3,
22 .arg1name = "rgid",
23 .arg2name = "egid",
24 .arg3name = "sgid",