diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-26 00:51:57 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-04 00:16:10 +0100 |
commit | 5aa1cde2edbc64403a6b06aaa8723cca11c12681 (patch) | |
tree | eb610d50b29cb876874d10e94f2f510902e8b30c /arch/powerpc/kernel/ppc32.h | |
parent | powerpc: kill pointless wrappers (diff) | |
download | linux-5aa1cde2edbc64403a6b06aaa8723cca11c12681.tar.xz linux-5aa1cde2edbc64403a6b06aaa8723cca11c12681.zip |
powerpc: switch to generic compat rt_sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/kernel/ppc32.h')
-rw-r--r-- | arch/powerpc/kernel/ppc32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/powerpc/kernel/ppc32.h b/arch/powerpc/kernel/ppc32.h index f6bee3e6f438..fe92b0d0603a 100644 --- a/arch/powerpc/kernel/ppc32.h +++ b/arch/powerpc/kernel/ppc32.h @@ -25,15 +25,6 @@ struct __old_sigaction32 { compat_uptr_t sa_restorer; /* not used by Linux/SPARC yet */ }; - - -struct sigaction32 { - compat_uptr_t sa_handler; /* Really a pointer, but need to deal with 32 bits */ - unsigned int sa_flags; - compat_uptr_t sa_restorer; /* Another 32 bit pointer */ - compat_sigset_t sa_mask; /* A 32 bit mask */ -}; - struct pt_regs32 { unsigned int gpr[32]; unsigned int nip; |