add deprecated SIGIOT alias for SIGABRT

reportedly some programs (e.g. showkeys in the kbd package) use it.
This commit is contained in:
Rich Felker 2013-03-23 20:02:31 -04:00
parent 427c0ca79e
commit 2d0f495e7b
5 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -46,6 +46,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

View File

@ -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

View File

@ -86,6 +86,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