aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-10-20 13:32:30 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-11-28 21:53:35 -0500
commit6b94631f9e8c45a46056cbc6a7a50ecebea4f8da (patch)
tree0a382a7968c6922a343ca88f5ea36743b18eef44 /arch/tile/include
parentf4091322d7397c8eb85c071570cab0e82ee3e261 (diff)
consolidate sys_execve() prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/include')
-rw-r--r--arch/tile/include/asm/syscalls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/tile/include/asm/syscalls.h b/arch/tile/include/asm/syscalls.h
index 369696d63e7b..394c76f2dc76 100644
--- a/arch/tile/include/asm/syscalls.h
+++ b/arch/tile/include/asm/syscalls.h
@@ -65,13 +65,9 @@ long sys_ftruncate64(unsigned int fd, loff_t length);
65/* Provide versions of standard syscalls that use current_pt_regs(). */ 65/* Provide versions of standard syscalls that use current_pt_regs(). */
66long sys_clone(unsigned long clone_flags, unsigned long newsp, 66long sys_clone(unsigned long clone_flags, unsigned long newsp,
67 void __user *parent_tid, void __user *child_tid); 67 void __user *parent_tid, void __user *child_tid);
68long sys_execve(const char __user *filename,
69 const char __user *const __user *argv,
70 const char __user *const __user *envp);
71long sys_rt_sigreturn(void); 68long sys_rt_sigreturn(void);
72long sys_sigaltstack(const stack_t __user *, stack_t __user *); 69long sys_sigaltstack(const stack_t __user *, stack_t __user *);
73#define sys_clone sys_clone 70#define sys_clone sys_clone
74#define sys_execve sys_execve
75#define sys_rt_sigreturn sys_rt_sigreturn 71#define sys_rt_sigreturn sys_rt_sigreturn
76#define sys_sigaltstack sys_sigaltstack 72#define sys_sigaltstack sys_sigaltstack
77 73