func syscall.Setregid

2 uses

	syscall (current package)
		syscall_linux.go#L1049: func Setregid(rgid, egid int) (err error) {

	golang.org/x/sys/unix
		syscall_linux.go#L1910: 	return syscall.Setregid(rgid, egid)