Name
_sys_siglist -- array containing the names of the signal names
Synopsis
#include <signal.h>
extern const char *const _sys_siglist[NSIG]; |
Description
An array containing the names of the signal names.
This exists only for compatibility. Use strsignal instead (see <string.h>).