sys_siglist

array of strings that map signal numbers to string names 

Global Variable


SYNOPSIS

#include <signal.h>

extern char **sys_siglist;

extern int sys_nerr;


DESCRIPTION

Inclusion of the <signal.h> header file provides a definition of sys_siglist as shown in the SYNOPSIS section. sys_siglist is an array of character strings that provides a mapping from signal numbers to string names.


CONFORMANCE

4.4BSD.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
psignal()


PTC MKS Toolkit 10.4 Documentation Build 39.