diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-11-23 11:27:25 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-11-23 11:27:25 -0500 |
commit | b0756d88a062ae15066719aaf9d54084a7f01d17 (patch) | |
tree | 035dfe0ab6ed7e0866760b05a02724ea302d2faa /arch/powerpc/bits | |
parent | 4860db9f5452f442833366a475910e34f117b579 (diff) | |
download | musl-b0756d88a062ae15066719aaf9d54084a7f01d17.tar.gz musl-b0756d88a062ae15066719aaf9d54084a7f01d17.tar.bz2 musl-b0756d88a062ae15066719aaf9d54084a7f01d17.tar.xz musl-b0756d88a062ae15066719aaf9d54084a7f01d17.zip |
remove stuff that doesn't belong in powerpc 32-bit sigcontext
these fields were wrongly copied from the kernel's ppc64 struct def
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r-- | arch/powerpc/bits/signal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h index e66da6d4..5699e6c8 100644 --- a/arch/powerpc/bits/signal.h +++ b/arch/powerpc/bits/signal.h @@ -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 { |