COHERENT manpages

This page displays the COHERENT manpage for getpgrp() [Get process-group identifier].

List of available manpages
Index


getpgrp() -- System Call (libc)

Get process-group identifier
#include <sys/types.h>
#include <unistd.h>
pid_t getpgrp();

getpgrp() returns  the identifier of  the calling process's  process group.
It always succeeds.

See Also

libc,
types.h,
unistd.h
POSIX Standard, §4.3.1