aboutsummaryrefslogtreecommitdiffstats
path: root/arch/score/include/asm/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/score/include/asm/syscalls.h')
-rw-r--r--arch/score/include/asm/syscalls.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/score/include/asm/syscalls.h b/arch/score/include/asm/syscalls.h
index 00c28e04fdfc..1dd5e0d6b0c3 100644
--- a/arch/score/include/asm/syscalls.h
+++ b/arch/score/include/asm/syscalls.h
@@ -1,8 +1,10 @@
1#ifndef _ASM_SCORE_SYSCALLS_H 1#ifndef _ASM_SCORE_SYSCALLS_H
2#define _ASM_SCORE_SYSCALLS_H 2#define _ASM_SCORE_SYSCALLS_H
3 3
4asmlinkage long sys_clone(int flags, unsigned long stack, struct pt_regs *regs); 4asmlinkage long score_clone(struct pt_regs *regs);
5#define sys_clone sys_clone 5asmlinkage long score_execve(struct pt_regs *regs);
6asmlinkage long score_sigaltstack(struct pt_regs *regs);
7asmlinkage long score_rt_sigreturn(struct pt_regs *regs);
6 8
7#include <asm-generic/syscalls.h> 9#include <asm-generic/syscalls.h>
8 10