fix invalid usage of mcontext_t in powerpc signal.h

This commit is contained in:
rofl0r 2012-11-21 06:24:05 +01:00
parent 3fae236e00
commit 2df4f6f17b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ typedef struct __ucontext {
struct __ucontext *uc_link;
stack_t uc_stack;
int uc_pad[7];
struct mcontext_t *uc_regs;
mcontext_t *uc_regs;
sigset_t uc_sigmask;