initial import
[glibc.git] / sysdeps / unix / siglist.c
blobc904e7f38d8537ab86da9598551b83dfa4e7e010
1 #include <ansidecl.h>
2 #include <stddef.h>
4 #ifndef HAVE_GNU_LD
5 #define _sys_siglist sys_siglist
6 #endif
8 /* This is a list of all known signal numbers. */
10 CONST char *CONST _sys_siglist[] =
12 "Signal 0",
13 "Hangup",
14 "Interrupt",
15 "Quit",
16 "Illegal instruction",
17 "Trace/BPT trap",
18 "IOT trap",
19 "EMT trap",
20 "Floating point exception",
21 "Killed",
22 "Bus error",
23 "Segmentation fault",
24 "Bad system call",
25 "Broken pipe",
26 "Alarm clock",
27 "Terminated",
28 "Urgent I/O condition",
29 "Stopped (signal)",
30 "Stopped",
31 "Continued",
32 "Child exited",
33 "Stopped (tty input)",
34 "Stopped (tty output)",
35 "I/O possible",
36 "Cputime limit exceeded",
37 "Filesize limit exceeded",
38 "Virtual timer expired",
39 "Profiling timer expired",
40 "Window changed",
41 "Resource lost",
42 "User defined signal 1",
43 "User defined signal 2",
44 NULL