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>
This commit is contained in:
Al Viro
2012-11-28 23:04:26 -05:00
parent 1ea2a01605
commit 24465a40ba
12 changed files with 11 additions and 63 deletions
-12
View File
@@ -8,18 +8,6 @@
* Calling conventions for these system calls can differ, so
* it's possible to override them.
*/
#ifndef sys_clone
asmlinkage long sys_clone(unsigned long clone_flags, unsigned long newsp,
void __user *parent_tid, void __user *child_tid);
#endif
#ifndef sys_fork
asmlinkage long sys_fork(void);
#endif
#ifndef sys_vfork
asmlinkage long sys_vfork(void);
#endif
#ifndef sys_mmap2
asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,