diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-21 16:44:57 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-28 23:43:40 -0500 |
| commit | eda96977024c84e677191cad785351abbb945901 (patch) | |
| tree | a1038d27bb6b4399d8625da045c4af31d12df4e5 /arch/score/include/asm/syscalls.h | |
| parent | 951b39619a76643972f6f23e007fd0f3fbbd71c2 (diff) | |
score: switch to generic fork/vfork/clone
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score/include/asm/syscalls.h')
| -rw-r--r-- | arch/score/include/asm/syscalls.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/score/include/asm/syscalls.h b/arch/score/include/asm/syscalls.h index 8d332534342f..acaeed680956 100644 --- a/arch/score/include/asm/syscalls.h +++ b/arch/score/include/asm/syscalls.h @@ -1,7 +1,6 @@ #ifndef _ASM_SCORE_SYSCALLS_H #define _ASM_SCORE_SYSCALLS_H -asmlinkage long score_clone(struct pt_regs *regs); asmlinkage long score_sigaltstack(struct pt_regs *regs); asmlinkage long score_rt_sigreturn(struct pt_regs *regs); |
