projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4860db9
)
remove stuff that doesn't belong in powerpc 32-bit sigcontext
author
Rich Felker
<dalias@aerifal.cx>
Fri, 23 Nov 2012 16:27:25 +0000
(11:27 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 23 Nov 2012 16:27:25 +0000
(11:27 -0500)
these fields were wrongly copied from the kernel's ppc64 struct def
arch/powerpc/bits/signal.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/bits/signal.h
b/arch/powerpc/bits/signal.h
index e66da6d4e1d20428d3914c4a659459294b6b4296..5699e6c85fafb0f6564fe2bcc61c951ebe69b810 100644
(file)
--- 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 {