X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=arch%2Fpowerpc%2Fbits%2Fsignal.h;fp=arch%2Fpowerpc%2Fbits%2Fsignal.h;h=7ee38fbaaf93b83d2b2067ee1439904ee3f157d3;hp=5699e6c85fafb0f6564fe2bcc61c951ebe69b810;hb=98f56b12ceddba183c4fdba881ec753bbeea4e9f;hpb=144dc4f479d49b8148f8b1b6b506b0f1096f911b diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h index 5699e6c8..7ee38fba 100644 --- a/arch/powerpc/bits/signal.h +++ b/arch/powerpc/bits/signal.h @@ -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