summaryrefslogtreecommitdiffstats
path: root/arch/x86/um/shared/sysdep/syscalls.h
blob: ca255a805ed936ea059312b0990e884bb2b07e1b (plain)
1
2
3
4
5
6
7
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
#include "syscalls_64.h"
#endif