2012-09-20 13:28:25 +00:00
|
|
|
extern long sys_clone(unsigned long clone_flags, unsigned long newsp,
|
|
|
|
void __user *parent_tid, void __user *child_tid);
|
2011-08-18 19:03:09 +00:00
|
|
|
#ifdef __i386__
|
|
|
|
#include "syscalls_32.h"
|
|
|
|
#else
|
|
|
|
#include "syscalls_64.h"
|
|
|
|
#endif
|