aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/compat.h')
-rw-r--r--arch/tile/include/asm/compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/tile/include/asm/compat.h b/arch/tile/include/asm/compat.h
index 88f3c227afd9..001d418a8957 100644
--- a/arch/tile/include/asm/compat.h
+++ b/arch/tile/include/asm/compat.h
@@ -272,17 +272,9 @@ extern int compat_setup_rt_frame(int sig, struct k_sigaction *ka,
272 struct pt_regs *regs); 272 struct pt_regs *regs);
273 273
274/* Compat syscalls. */ 274/* Compat syscalls. */
275struct compat_sigaction;
276struct compat_siginfo; 275struct compat_siginfo;
277struct compat_sigaltstack; 276struct compat_sigaltstack;
278long compat_sys_rt_sigaction(int sig, struct compat_sigaction __user *act,
279 struct compat_sigaction __user *oact,
280 size_t sigsetsize);
281long compat_sys_rt_sigqueueinfo(int pid, int sig,
282 struct compat_siginfo __user *uinfo);
283long compat_sys_rt_sigreturn(void); 277long compat_sys_rt_sigreturn(void);
284long compat_sys_sigaltstack(const struct compat_sigaltstack __user *uss_ptr,
285 struct compat_sigaltstack __user *uoss_ptr);
286long compat_sys_truncate64(char __user *filename, u32 dummy, u32 low, u32 high); 278long compat_sys_truncate64(char __user *filename, u32 dummy, u32 low, u32 high);
287long compat_sys_ftruncate64(unsigned int fd, u32 dummy, u32 low, u32 high); 279long compat_sys_ftruncate64(unsigned int fd, u32 dummy, u32 low, u32 high);
288long compat_sys_pread64(unsigned int fd, char __user *ubuf, size_t count, 280long compat_sys_pread64(unsigned int fd, char __user *ubuf, size_t count,