VMS Help  —  CRTL  sigwaitinfo  Return Values
    x                  Upon successful completion, the signal number
                       selected is returned.
    -1                 Indicates that an error occurred; errno is set
                       to one of the following values:

                       o  EINVAL - The set argument contains an
                          invalid or unsupported signal number.

                       o  EINTR - The wait was interrupted by an
                          unblocked, intercepted signal.
Close Help