func syscall.Setresgid

2 uses

	syscall (current package)
		syscall_linux.go#L1062: func Setresgid(rgid, egid, sgid int) (err error) {

	golang.org/x/sys/unix
		syscall_linux.go#L1918: 	return syscall.Setresgid(rgid, egid, sgid)