about summary refs log tree commit diff
path: root/arch/i386/bits/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/bits/signal.h')
-rw-r--r--arch/i386/bits/signal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/bits/signal.h b/arch/i386/bits/signal.h
index aebf3812..75844e5b 100644
--- a/arch/i386/bits/signal.h
+++ b/arch/i386/bits/signal.h
@@ -79,6 +79,7 @@ typedef struct __ucontext {
 #define SIGILL    4
 #define SIGTRAP   5
 #define SIGABRT   6
+#define SIGIOT    SIGABRT
 #define SIGBUS    7
 #define SIGFPE    8
 #define SIGKILL   9