mirror of
https://github.com/fluencelabs/musl
synced 2025-07-31 22:31:58 +00:00
remove stuff that doesn't belong in powerpc 32-bit sigcontext
these fields were wrongly copied from the kernel's ppc64 struct def
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user