Loading arch/hexagon/include/asm/syscall.h +0 −3 Original line number Diff line number Diff line Loading @@ -25,12 +25,9 @@ typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long); asmlinkage int sys_execve(char __user *ufilename, char __user * __user *argv, char __user * __user *envp); asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidp, unsigned long child_tidp); #define sys_execve sys_execve #define sys_clone sys_clone #include <asm-generic/syscalls.h> Loading arch/tile/include/asm/syscalls.h +0 −4 Original line number Diff line number Diff line Loading @@ -65,13 +65,9 @@ long sys_ftruncate64(unsigned int fd, loff_t length); /* Provide versions of standard syscalls that use current_pt_regs(). */ long sys_clone(unsigned long clone_flags, unsigned long newsp, void __user *parent_tid, void __user *child_tid); long sys_execve(const char __user *filename, const char __user *const __user *argv, const char __user *const __user *envp); long sys_rt_sigreturn(void); long sys_sigaltstack(const stack_t __user *, stack_t __user *); #define sys_clone sys_clone #define sys_execve sys_execve #define sys_rt_sigreturn sys_rt_sigreturn #define sys_sigaltstack sys_sigaltstack Loading arch/x86/include/asm/syscalls.h +0 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ long sys_iopl(unsigned int, struct pt_regs *); /* kernel/process.c */ int sys_fork(struct pt_regs *); int sys_vfork(struct pt_regs *); long sys_execve(const char __user *, const char __user *const __user *, const char __user *const __user *); long sys_clone(unsigned long, unsigned long, void __user *, void __user *, struct pt_regs *); Loading arch/xtensa/include/asm/syscall.h +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ struct pt_regs; struct sigaction; asmlinkage long sys_execve(char*, char**, char**, struct pt_regs*); asmlinkage long xtensa_clone(unsigned long, unsigned long, struct pt_regs*); asmlinkage long xtensa_ptrace(long, long, long, long); asmlinkage long xtensa_sigreturn(struct pt_regs*); Loading include/asm-generic/syscalls.h +0 −7 Original line number Diff line number Diff line Loading @@ -21,13 +21,6 @@ asmlinkage long sys_fork(void); asmlinkage long sys_vfork(void); #endif #ifndef sys_execve asmlinkage long sys_execve(const char __user *filename, const char __user *const __user *argv, const char __user *const __user *envp, struct pt_regs *regs); #endif #ifndef sys_mmap2 asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, Loading Loading
arch/hexagon/include/asm/syscall.h +0 −3 Original line number Diff line number Diff line Loading @@ -25,12 +25,9 @@ typedef long (*syscall_fn)(unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long); asmlinkage int sys_execve(char __user *ufilename, char __user * __user *argv, char __user * __user *envp); asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, unsigned long parent_tidp, unsigned long child_tidp); #define sys_execve sys_execve #define sys_clone sys_clone #include <asm-generic/syscalls.h> Loading
arch/tile/include/asm/syscalls.h +0 −4 Original line number Diff line number Diff line Loading @@ -65,13 +65,9 @@ long sys_ftruncate64(unsigned int fd, loff_t length); /* Provide versions of standard syscalls that use current_pt_regs(). */ long sys_clone(unsigned long clone_flags, unsigned long newsp, void __user *parent_tid, void __user *child_tid); long sys_execve(const char __user *filename, const char __user *const __user *argv, const char __user *const __user *envp); long sys_rt_sigreturn(void); long sys_sigaltstack(const stack_t __user *, stack_t __user *); #define sys_clone sys_clone #define sys_execve sys_execve #define sys_rt_sigreturn sys_rt_sigreturn #define sys_sigaltstack sys_sigaltstack Loading
arch/x86/include/asm/syscalls.h +0 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ long sys_iopl(unsigned int, struct pt_regs *); /* kernel/process.c */ int sys_fork(struct pt_regs *); int sys_vfork(struct pt_regs *); long sys_execve(const char __user *, const char __user *const __user *, const char __user *const __user *); long sys_clone(unsigned long, unsigned long, void __user *, void __user *, struct pt_regs *); Loading
arch/xtensa/include/asm/syscall.h +0 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ struct pt_regs; struct sigaction; asmlinkage long sys_execve(char*, char**, char**, struct pt_regs*); asmlinkage long xtensa_clone(unsigned long, unsigned long, struct pt_regs*); asmlinkage long xtensa_ptrace(long, long, long, long); asmlinkage long xtensa_sigreturn(struct pt_regs*); Loading
include/asm-generic/syscalls.h +0 −7 Original line number Diff line number Diff line Loading @@ -21,13 +21,6 @@ asmlinkage long sys_fork(void); asmlinkage long sys_vfork(void); #endif #ifndef sys_execve asmlinkage long sys_execve(const char __user *filename, const char __user *const __user *argv, const char __user *const __user *envp, struct pt_regs *regs); #endif #ifndef sys_mmap2 asmlinkage long sys_mmap2(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, Loading