freebsd-dev/usr.bin/top/sigdesc.h
Joerg Wunsch 511d9c6565 This is the FreeBSD-specific files for top, plus the Makefile
that pulls all the files from contrib.

Obtained from:	The ports collection (mostly).
1997-03-23 18:55:20 +00:00

43 lines
677 B
C

/* This file was automatically generated */
/* by the awk script "sigconv.awk". */
struct sigdesc {
char *name;
int number;
};
struct sigdesc sigdesc[] = {
"HUP", 1,
"INT", 2,
"QUIT", 3,
"ILL", 4,
"TRAP", 5,
"ABRT", 6,
"EMT", 7,
"FPE", 8,
"KILL", 9,
"BUS", 10,
"SEGV", 11,
"SYS", 12,
"PIPE", 13,
"ALRM", 14,
"TERM", 15,
"URG", 16,
"STOP", 17,
"TSTP", 18,
"CONT", 19,
"CHLD", 20,
"TTIN", 21,
"TTOU", 22,
"IO", 23,
"XCPU", 24,
"XFSZ", 25,
"VTALRM", 26,
"PROF", 27,
"WINCH", 28,
"INFO", 29,
"USR1", 30,
"USR2", 31,
NULL, 0
};