Function clone2 [src]
See also clone (from the arch-specific include)
Prototype
pub fn clone2(flags: u32, child_stack_ptr: usize) usize Parameters
flags: u32child_stack_ptr: usize Source
pub fn clone2(flags: u32, child_stack_ptr: usize) usize {
return syscall2(.clone, flags, child_stack_ptr);
}