summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-11-23 11:27:25 -0500
committerRich Felker <dalias@aerifal.cx>2012-11-23 11:27:25 -0500
commitb0756d88a062ae15066719aaf9d54084a7f01d17 (patch)
tree035dfe0ab6ed7e0866760b05a02724ea302d2faa /arch/powerpc
parent4860db9f5452f442833366a475910e34f117b579 (diff)
downloadmusl-b0756d88a062ae15066719aaf9d54084a7f01d17.tar.gz
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')
-rw-r--r--arch/powerpc/bits/signal.h4
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 {