Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 10962d0b39f03506647f0454fe08287d > files > 168

nmh-debug-1.2-4mdv2009.0.i586.rpm


/*
 * sigmsg.h -- architecture-customized signal messages for nmh
 *
 * automatically generated by sigmsg.awk
 */

#define SIGCOUNT  32

char *sigmsg[SIGCOUNT+2] = {
	NULL,
	"hangup",
	"interrupt",
	"quit",
	"illegal hardware instruction",
	"trace trap",
	"abort",
	"bus error",
	"floating point exception",
	"killed",
	"user-defined signal 1",
	"segmentation fault",
	"user-defined signal 2",
	"broken pipe",
	"alarm",
	"terminated",
	"SIGSTKFLT",
	"death of child",
	"continued",
	"stopped (signal)",
	"stopped",
	"stopped (tty input)",
	"stopped (tty output)",
	"urgent condition",
	"cpu limit exceeded",
	"file size limit exceeded",
	"virtual time alarm",
	"profile signal",
	"window size changed",
	"i/o ready",
	"power fail",
	"invalid system call",
	"SIGRTMIN",
	NULL
};