summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/syscalls.c/setresgid.c
blob: 817fd29422cd1c321557bc78355c84f1cfe2bf32 (plain)
1
2
3
4
5
6
7
8
#include <linux/types.h>
#include "syscalls.h"

#ifdef __NR_setresgid

_syscall3(int,setresgid,gid_t*,rgid,gid_t*,egid,gid_t*,sgid)

#endif