pxfsigemptyset

Date:

10-20-2011

NAME

PXFSIGEMPTYSET - Initializes signal set such that all signals defined in POSIX standard are excluded

SYNOPSIS

INTEGER jsigset, ierror
CALL PXFSIGEMPTYSET(jsigset, ierror)

IMPLEMENTATION

Cray Linux Environment (CLE)

STANDARDS

IEEE standard interface for FORTRAN 77

DESCRIPTION

The PXFSIGEMPTYSET subroutine uses sigemptyset to initialize the specified signal set jsigset to the set of signals not defined by POSIX.

All arguments must be of default kind unless documented otherwise. Default kind is KIND=4 for integer, real, complex, and logical arguments.

The following is a list of valid arguments for this routine:

jsigset

A default integer input variable containing a handle created by PXFSTRUCTCREATE(sigset,…).

ierror

A default integer output variable that contains zero if PXFSIGEMPTYSET was successful and nonzero if PXFSIGEMPTYSET was not successful.

NOTES

Replace any Fortran reference to sigemptyset() with a subroutine call to PXFSIGEMPTYSET.

SEE ALSO

sigemptyset(3), PXFSTRUCTCREATE(3F)