reportedly some programs (e.g. showkeys in the kbd package) use it.
@@ -44,6 +44,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
@@ -79,6 +79,7 @@ typedef struct __ucontext {
@@ -46,6 +46,7 @@ typedef struct __ucontext {
@@ -77,7 +77,7 @@ typedef struct __ucontext {
-#define SIGIOT 6
@@ -86,6 +86,7 @@ typedef struct __ucontext {