__getpgid

Name

__getpgid -- get the process group id

Synopsis

pid_t __getpgid(pid_t pid);

Description

__getpgid(pid) has the same specification as getpgid(pid).

__getpgid is not in the source standard; it is only in the binary standard.