summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/compat.c
diff options
context:
space:
mode:
authorAl Viro2012-11-29 05:04:26 +0100
committerAl Viro2012-11-29 05:43:27 +0100
commit24465a40ba452bd81fdc9eecb2d75bb903aafdf6 (patch)
tree859765acda3c65273fce6601029a7c4d8002c41d /arch/tile/kernel/compat.c
parentmn10300: switch to generic fork/vfork/clone (diff)
downloadkernel-qcow2-linux-24465a40ba452bd81fdc9eecb2d75bb903aafdf6.tar.gz
kernel-qcow2-linux-24465a40ba452bd81fdc9eecb2d75bb903aafdf6.tar.xz
kernel-qcow2-linux-24465a40ba452bd81fdc9eecb2d75bb903aafdf6.zip
take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.h
now it can be done... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/tile/kernel/compat.c')
-rw-r--r--arch/tile/kernel/compat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/kernel/compat.c b/arch/tile/kernel/compat.c
index a2e805569d5d..9cd7cb6041c0 100644
--- a/arch/tile/kernel/compat.c
+++ b/arch/tile/kernel/compat.c
@@ -104,7 +104,6 @@ long compat_sys_sched_rr_get_interval(compat_pid_t pid,
/* Call the assembly trampolines where necessary. */
#define compat_sys_rt_sigreturn _compat_sys_rt_sigreturn
-#undef sys_clone
#define sys_clone _sys_clone
/*