|
@@ -21,10 +21,12 @@ asmlinkage long sys_mmap(unsigned long addr, unsigned long len,
|
|
unsigned long fd, off_t pgoff);
|
|
unsigned long fd, off_t pgoff);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#ifndef CONFIG_GENERIC_SIGALTSTACK
|
|
#ifndef sys_sigaltstack
|
|
#ifndef sys_sigaltstack
|
|
asmlinkage long sys_sigaltstack(const stack_t __user *, stack_t __user *,
|
|
asmlinkage long sys_sigaltstack(const stack_t __user *, stack_t __user *,
|
|
struct pt_regs *);
|
|
struct pt_regs *);
|
|
#endif
|
|
#endif
|
|
|
|
+#endif
|
|
|
|
|
|
#ifndef sys_rt_sigreturn
|
|
#ifndef sys_rt_sigreturn
|
|
asmlinkage long sys_rt_sigreturn(struct pt_regs *regs);
|
|
asmlinkage long sys_rt_sigreturn(struct pt_regs *regs);
|