提交 38e81ddc 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

signal.h: add missing SIGTRAP si_codes

TRAP_BRANCH and TRAP_HWBKPT new in linux commit
da654b74bda14c45a7d98c731bf3c1a43b6b74e2
上级 ebd8ef50
...@@ -231,6 +231,8 @@ int sigrelse(int); ...@@ -231,6 +231,8 @@ int sigrelse(int);
void (*sigset(int, void (*)(int)))(int); void (*sigset(int, void (*)(int)))(int);
#define TRAP_BRKPT 1 #define TRAP_BRKPT 1
#define TRAP_TRACE 2 #define TRAP_TRACE 2
#define TRAP_BRANCH 3
#define TRAP_HWBKPT 4
#define POLL_IN 1 #define POLL_IN 1
#define POLL_OUT 2 #define POLL_OUT 2
#define POLL_MSG 3 #define POLL_MSG 3
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册