pxfsigfillset
- Date:
10-20-2011
NAME
PXFSIGFILLSET - Initializes signal set such that all signals defined in POSIX standard are included
SYNOPSIS
INTEGER jsigset, ierror
CALL PXFSIGFILLSET(jsigset, ierror)
IMPLEMENTATION
Cray Linux Environment (CLE)
STANDARDS
IEEE Std 1003.9-1992 standard interface for FORTRAN 77
DESCRIPTION
The PXFSIGFILLSET subroutine uses sigfillset to initialize the specified signal set, jsigset, to the set of signals that includes the signals defined by the POSIX standard.
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 PXFSIGFILLSET was successful and nonzero if PXFSIGFILLSET was not successful.
NOTES
Replace any Fortran reference to sigfillset() with a subroutine call to PXFSIGFILLSET.
SEE ALSO
sigfillset(3), PXFSTRUCTCREATE(3F)