VMS Help  —  CRTL  setpgrp
    Sets the process group ID.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <unistd.h>

      pid_t setpgrp  (void);

1  –  Description

    If the calling process is not already a session leader, setpgrp
    sets the process group ID of the calling process to the process
    ID of the calling process. If setpgrp creates a new session, then
    the new session has no controlling terminal.

    The setpgrp function has no effect when the calling process is a
    session leader.

    This function requires that long (32-bit) UID/GID support be
    enabled. See 32-Bit UID and GID Macro (Integrity servers, Alpha)
    for more information.

2  –  Return Value

    x                  The process group ID of the calling process.
Close Help