mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32
Impact: cleanup Remove struct sigfram32 and rt_sigframe32 because there is no user. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
8869a2e5d3
commit
9f22149599
@ -129,24 +129,6 @@ typedef struct compat_siginfo {
|
|||||||
} _sifields;
|
} _sifields;
|
||||||
} compat_siginfo_t;
|
} compat_siginfo_t;
|
||||||
|
|
||||||
struct sigframe32 {
|
|
||||||
u32 pretcode;
|
|
||||||
int sig;
|
|
||||||
struct sigcontext_ia32 sc;
|
|
||||||
struct _fpstate_ia32 fpstate;
|
|
||||||
unsigned int extramask[_COMPAT_NSIG_WORDS-1];
|
|
||||||
};
|
|
||||||
|
|
||||||
struct rt_sigframe32 {
|
|
||||||
u32 pretcode;
|
|
||||||
int sig;
|
|
||||||
u32 pinfo;
|
|
||||||
u32 puc;
|
|
||||||
compat_siginfo_t info;
|
|
||||||
struct ucontext_ia32 uc;
|
|
||||||
struct _fpstate_ia32 fpstate;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct ustat32 {
|
struct ustat32 {
|
||||||
__u32 f_tfree;
|
__u32 f_tfree;
|
||||||
compat_ino_t f_tinode;
|
compat_ino_t f_tinode;
|
||||||
|
Loading…
Reference in New Issue
Block a user