summaryrefslogtreecommitdiffstats
path: root/usr.bin/top/sigdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/top/sigdesc.h')
-rw-r--r--usr.bin/top/sigdesc.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/usr.bin/top/sigdesc.h b/usr.bin/top/sigdesc.h
deleted file mode 100644
index 75bc9d7..0000000
--- a/usr.bin/top/sigdesc.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* 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
-};
OpenPOWER on IntegriCloud