提交 2d0f495e 编写于 作者: R Rich Felker

add deprecated SIGIOT alias for SIGABRT

reportedly some programs (e.g. showkeys in the kbd package) use it.
上级 427c0ca7
...@@ -44,6 +44,7 @@ typedef struct __ucontext { ...@@ -44,6 +44,7 @@ typedef struct __ucontext {
#define SIGILL 4 #define SIGILL 4
#define SIGTRAP 5 #define SIGTRAP 5
#define SIGABRT 6 #define SIGABRT 6
#define SIGIOT SIGABRT
#define SIGBUS 7 #define SIGBUS 7
#define SIGFPE 8 #define SIGFPE 8
#define SIGKILL 9 #define SIGKILL 9
......
...@@ -79,6 +79,7 @@ typedef struct __ucontext { ...@@ -79,6 +79,7 @@ typedef struct __ucontext {
#define SIGILL 4 #define SIGILL 4
#define SIGTRAP 5 #define SIGTRAP 5
#define SIGABRT 6 #define SIGABRT 6
#define SIGIOT SIGABRT
#define SIGBUS 7 #define SIGBUS 7
#define SIGFPE 8 #define SIGFPE 8
#define SIGKILL 9 #define SIGKILL 9
......
...@@ -46,6 +46,7 @@ typedef struct __ucontext { ...@@ -46,6 +46,7 @@ typedef struct __ucontext {
#define SIGILL 4 #define SIGILL 4
#define SIGTRAP 5 #define SIGTRAP 5
#define SIGABRT 6 #define SIGABRT 6
#define SIGIOT SIGABRT
#define SIGBUS 7 #define SIGBUS 7
#define SIGFPE 8 #define SIGFPE 8
#define SIGKILL 9 #define SIGKILL 9
......
...@@ -77,7 +77,7 @@ typedef struct __ucontext { ...@@ -77,7 +77,7 @@ typedef struct __ucontext {
#define SIGILL 4 #define SIGILL 4
#define SIGTRAP 5 #define SIGTRAP 5
#define SIGABRT 6 #define SIGABRT 6
#define SIGIOT 6 #define SIGIOT SIGABRT
#define SIGBUS 7 #define SIGBUS 7
#define SIGFPE 8 #define SIGFPE 8
#define SIGKILL 9 #define SIGKILL 9
......
...@@ -86,6 +86,7 @@ typedef struct __ucontext { ...@@ -86,6 +86,7 @@ typedef struct __ucontext {
#define SIGILL 4 #define SIGILL 4
#define SIGTRAP 5 #define SIGTRAP 5
#define SIGABRT 6 #define SIGABRT 6
#define SIGIOT SIGABRT
#define SIGBUS 7 #define SIGBUS 7
#define SIGFPE 8 #define SIGFPE 8
#define SIGKILL 9 #define SIGKILL 9
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册