Fix missing name override option when calling fexec_kernel
This commit is contained in:
@@ -156,7 +156,7 @@ pub extern fn userspace_init() {
|
||||
}
|
||||
}
|
||||
|
||||
syscall::fexec_kernel(fd, args.into_boxed_slice(), vars.into_boxed_slice()).expect("failed to execute init");
|
||||
syscall::fexec_kernel(fd, args.into_boxed_slice(), vars.into_boxed_slice(), None).expect("failed to execute init");
|
||||
|
||||
panic!("init returned");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user