diff options
Diffstat (limited to 'arch/s390/kernel/compat_linux.h')
-rw-r--r-- | arch/s390/kernel/compat_linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/s390/kernel/compat_linux.h b/arch/s390/kernel/compat_linux.h index aee753dea1d4..47e9f07e3675 100644 --- a/arch/s390/kernel/compat_linux.h +++ b/arch/s390/kernel/compat_linux.h | |||
@@ -68,12 +68,6 @@ struct sigcontext32 | |||
68 | }; | 68 | }; |
69 | 69 | ||
70 | /* asm/signal.h */ | 70 | /* asm/signal.h */ |
71 | struct sigaction32 { | ||
72 | __u32 sa_handler; /* pointer */ | ||
73 | __u32 sa_flags; | ||
74 | __u32 sa_restorer; /* pointer */ | ||
75 | compat_sigset_t sa_mask; /* mask last for extensibility */ | ||
76 | }; | ||
77 | 71 | ||
78 | /* asm/ucontext.h */ | 72 | /* asm/ucontext.h */ |
79 | struct ucontext32 { | 73 | struct ucontext32 { |
@@ -139,6 +133,4 @@ long sys32_fadvise64(int fd, loff_t offset, size_t len, int advise); | |||
139 | long sys32_fadvise64_64(struct fadvise64_64_args __user *args); | 133 | long sys32_fadvise64_64(struct fadvise64_64_args __user *args); |
140 | long sys32_sigaction(int sig, const struct old_sigaction32 __user *act, | 134 | long sys32_sigaction(int sig, const struct old_sigaction32 __user *act, |
141 | struct old_sigaction32 __user *oact); | 135 | struct old_sigaction32 __user *oact); |
142 | long sys32_rt_sigaction(int sig, const struct sigaction32 __user *act, | ||
143 | struct sigaction32 __user *oact, size_t sigsetsize); | ||
144 | #endif /* _ASM_S390X_S390_H */ | 136 | #endif /* _ASM_S390X_S390_H */ |