Removed autodocs of arch specific variants of ROM modules.
[AROS.git] / arch / all-unix / kernel / cpu_i386.c
bloba36049faa6f4d86249213e9f167636746cbded5d
1 #include <signal.h>
3 #include "kernel_base.h"
4 #include "kernel_intern.h"
6 struct SignalTranslation const sigs[] = {
7 {SIGILL , 4, 6},
8 {SIGTRAP , 9, 1},
9 {SIGBUS , 2, 13},
10 {SIGFPE , 11, 16},
11 {SIGSEGV , 2, 14},
12 #ifdef HOST_OS_linux
13 {SIGSTKFLT, 14, 12},
14 #endif
15 {-1 , -1, -1}