_sys_siglist

Name

_sys_siglist -- array containing the names of the signal names

Synopsis

#include <signal.h>

extern const char *const _sys_siglist[NSIG];

Description

_sys_siglist is an array containing the names of the signal names.

_sys_siglist exists only for compatibility; use strsignal instead. (See string.h).