提交 2df4f6f1 编写于 作者: R rofl0r

fix invalid usage of mcontext_t in powerpc signal.h

上级 3fae236e
...@@ -27,7 +27,7 @@ typedef struct __ucontext { ...@@ -27,7 +27,7 @@ typedef struct __ucontext {
struct __ucontext *uc_link; struct __ucontext *uc_link;
stack_t uc_stack; stack_t uc_stack;
int uc_pad[7]; int uc_pad[7];
struct mcontext_t *uc_regs; mcontext_t *uc_regs;
sigset_t uc_sigmask; sigset_t uc_sigmask;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册