fix invalid usage of mcontext_t in powerpc signal.h
authorrofl0r <retnyg@gmx.net>
Wed, 21 Nov 2012 05:24:05 +0000 (06:24 +0100)
committerrofl0r <retnyg@gmx.net>
Wed, 21 Nov 2012 05:24:05 +0000 (06:24 +0100)
arch/powerpc/bits/signal.h

index d633694..c304450 100644 (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;