aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/syscalls.h
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-03-04 16:01:35 +0530
committerVineet Gupta <vgupta@synopsys.com>2013-03-11 19:01:10 +0530
commit180d406e4948faee6e63781f3e062f40ec7c6fc3 (patch)
tree60527b6be71e8c22f96a7d35daa0cdacadd007f4 /arch/arc/include/asm/syscalls.h
parentARC: ABIv3: Print the correct ABI ver (diff)
downloadlinux-dev-180d406e4948faee6e63781f3e062f40ec7c6fc3.tar.xz
linux-dev-180d406e4948faee6e63781f3e062f40ec7c6fc3.zip
ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI
When switching to clone() only ABI - I missed out pruning the low level asm syscall wrappers Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/syscalls.h')
-rw-r--r--arch/arc/include/asm/syscalls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arc/include/asm/syscalls.h b/arch/arc/include/asm/syscalls.h
index e53a5340ba4f..dd785befe7fd 100644
--- a/arch/arc/include/asm/syscalls.h
+++ b/arch/arc/include/asm/syscalls.h
@@ -16,8 +16,6 @@
#include <linux/types.h>
int sys_clone_wrapper(int, int, int, int, int);
-int sys_fork_wrapper(void);
-int sys_vfork_wrapper(void);
int sys_cacheflush(uint32_t, uint32_t uint32_t);
int sys_arc_settls(void *);
int sys_arc_gettls(void);