syscalls.h 207 字节
Newer Older
A
Al Viro 已提交
1 2
extern long sys_clone(unsigned long clone_flags, unsigned long newsp,
	       void __user *parent_tid, void __user *child_tid);
3 4 5 6 7
#ifdef __i386__
#include "syscalls_32.h"
#else
#include "syscalls_64.h"
#endif