X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fpowerpc%2Fbits%2Fsignal.h;h=81012d5b7ea8badadfeec7f7906bf00304c3786e;hb=caec662217fc13cda95dc88b20d5c7a75e483ca6;hp=5699e6c85fafb0f6564fe2bcc61c951ebe69b810;hpb=b0756d88a062ae15066719aaf9d54084a7f01d17;p=musl diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h index 5699e6c8..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]; @@ -55,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