未验证 提交 2534d499 编写于 作者: S shuxinyiA 提交者: Gitee

将sighook和sigunhook 两个定义移到 porting/linux/user/include/signal.h文件中

Signed-off-by: NshuxinyiA <zhangcui11@huawei.com>
上级 011a9056
......@@ -82,7 +82,6 @@ typedef struct __ucontext {
#define SIGPWR 30
#define SIGSYS 31
#define SIGUNUSED SIGSYS
#define SIGHOOK 36
#define SIGUNHOOK 37
#define _NSIG 65
......@@ -40,6 +40,8 @@ extern "C" {
#define SI_QUEUE (-1)
#define SI_USER 0
#define SI_KERNEL 128
#define SIGHOOK 36
#define SIGUNHOOK 37
typedef struct sigaltstack stack_t;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册