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