func golang.org/x/sys/unix.Getpgid

2 uses

	golang.org/x/sys/unix (current package)
		syscall_linux.go#L1841: 	pid, _ = Getpgid(0)
		zsyscall_linux.go#L902: func Getpgid(pid int) (pgid int, err error) {