aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/um/shared/sysdep/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/shared/sysdep/syscalls.h')
-rw-r--r--arch/x86/um/shared/sysdep/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/um/shared/sysdep/syscalls.h b/arch/x86/um/shared/sysdep/syscalls.h
index bd9a89b67e41..ca255a805ed9 100644
--- a/arch/x86/um/shared/sysdep/syscalls.h
+++ b/arch/x86/um/shared/sysdep/syscalls.h
@@ -1,3 +1,5 @@
+extern long sys_clone(unsigned long clone_flags, unsigned long newsp,
+ void __user *parent_tid, void __user *child_tid);
#ifdef __i386__
#include "syscalls_32.h"
#else