Browse Source

fix invalid usage of mcontext_t in powerpc signal.h

rs-1.0
rofl0r 14 years ago
parent
commit
2df4f6f17b
  1. 2
      arch/powerpc/bits/signal.h

2
arch/powerpc/bits/signal.h

@ -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;

Loading…
Cancel
Save