X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fpowerpc%2Fbits%2Fsignal.h;h=81012d5b7ea8badadfeec7f7906bf00304c3786e;hb=a8da6c2f287037cbacc65578a268f355760eaf8e;hp=e66da6d4e1d20428d3914c4a659459294b6b4296;hpb=4860db9f5452f442833366a475910e34f117b579;p=musl diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h index e66da6d4..81012d5b 100644 --- a/arch/powerpc/bits/signal.h +++ b/arch/powerpc/bits/signal.h @@ -3,7 +3,7 @@ #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) -typedef unsigned long gregset_t[48]; +typedef unsigned long greg_t, gregset_t[48]; typedef struct { double fpregs[32]; @@ -25,10 +25,6 @@ struct sigcontext unsigned long handler; unsigned long oldmask; void *regs; - gregset_t gp_regs; - fpregset_t fp_regs; - vrregset_t *v_regs; - long vmx_reserve[33+33+32+1]; /* 33=34 for ppc64 */ }; typedef struct { @@ -59,14 +55,9 @@ typedef struct __ucontext { stack_t uc_stack; int uc_pad[7]; mcontext_t *uc_regs; - sigset_t uc_sigmask; - - int uc_maskext[30]; int uc_pad2[3]; - mcontext_t uc_mcontext; - char uc_reg_space[sizeof(mcontext_t) + 12]; } ucontext_t; #define SA_NOCLDSTOP 1U