posix_setpgid
Set process group id for job control
Description
boolposix_setpgid
intpid
intpgid
Let the process pid join the process group
pgid. See POSIX.1 and the setsid(2) manual
page on your POSIX system for more informations on process groups
and job control. &return.success;